Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c6210 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type]; in vp9_encode_frame() local
6226 cm->interp_filter = get_interp_filter(filter_thrs, is_alt_ref); in vp9_encode_frame()
6234 filter_thrs[i] = (filter_thrs[i] + rdc->filter_diff[i] / cm->MBs) / 2; in vp9_encode_frame()