Home
last modified time | relevance | path

Searched refs:filter_threshes (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h116 int64_t filter_threshes[MAX_REF_FRAMES][SWITCHABLE_FILTER_CONTEXTS]; member
Dvp9_encodeframe.c6148 rd_opt->filter_threshes[i][j] = rd_opt->filter_threshes_prev[i][j]; in restore_encode_params()
6210 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type]; in vp9_encode_frame()
Dvp9_encoder.c3825 rd_opt->filter_threshes_prev[i][j] = rd_opt->filter_threshes[i][j];