Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dvp8_loopfilter.c222 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_row_normal() local
226 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_loop_filter_row_normal()
354 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_frame() local
358 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_loop_filter_frame()
498 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_frame_yonly() local
502 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_loop_filter_frame_yonly()
614 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_partial_frame() local
618 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_loop_filter_partial_frame()
/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c704 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level]; in vp8_denoiser_denoise_mb() local
708 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_denoiser_denoise_mb()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c532 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in mt_decode_mb_rows() local
536 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in mt_decode_mb_rows()