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.c189 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_row_normal() local
193 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_loop_filter_row_normal()
305 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_frame() local
309 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_loop_filter_frame()
427 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_frame_yonly() local
431 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_loop_filter_frame_yonly()
525 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_partial_frame() local
529 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_loop_filter_partial_frame()
/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c682 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level]; in vp8_denoiser_denoise_mb() local
686 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in vp8_denoiser_denoise_mb()
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c491 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in mt_decode_mb_rows() local
495 lfi.hev_thr = lfi_n->hev_thr[hev_index]; in mt_decode_mb_rows()