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.h110 int64_t filter_threshes[MAX_REF_FRAMES][SWITCHABLE_FILTER_CONTEXTS]; member
Dvp9_encodeframe.c5859 rd_opt->filter_threshes[i][j] = rd_opt->filter_threshes_prev[i][j]; in restore_encode_params()
5917 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type]; in vp9_encode_frame()
Dvp9_encoder.c3642 rd_opt->filter_threshes_prev[i][j] = rd_opt->filter_threshes[i][j];