Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dloopfilter.c28 lfi->hev_thr_lut[KEY_FRAME][filt_lvl] = 2; in lf_init_lut()
29 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 3; in lf_init_lut()
33 lfi->hev_thr_lut[KEY_FRAME][filt_lvl] = 1; in lf_init_lut()
34 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 2; in lf_init_lut()
38 lfi->hev_thr_lut[KEY_FRAME][filt_lvl] = 1; in lf_init_lut()
39 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 1; in lf_init_lut()
43 lfi->hev_thr_lut[KEY_FRAME][filt_lvl] = 0; in lf_init_lut()
44 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 0; in lf_init_lut()
224 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_row_normal()
356 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in vp8_loop_filter_frame()
[all …]
Dloopfilter.h50 unsigned char hev_thr_lut[2][MAX_LOOP_FILTER + 1]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c529 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; in mt_decode_mb_rows()