12#ifndef AOM_AV1_ENCODER_PICKLPF_H_
13#define AOM_AV1_ENCODER_PICKLPF_H_
159 struct AV1_COMP *cpi, LPF_PICK_METHOD method);
Declares top-level encoder structures and functions.
void av1_pick_filter_level(const struct yv12_buffer_config *sd, struct AV1_COMP *cpi, LPF_PICK_METHOD method)
Algorithm for AV1 loop filter level selection.
Top level encoder structure.
Definition encoder.h:2870
YV12 frame buffer data structure.
Definition yv12config.h:46