Searched defs:hev_index (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dloopfilter.c223 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
227 lfi.hev_thr = lfi_n->hev_thr[hev_index];
354 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
358 lfi.hev_thr = lfi_n->hev_thr[hev_index];
498 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
502 lfi.hev_thr = lfi_n->hev_thr[hev_index];
614 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
618 lfi.hev_thr = lfi_n->hev_thr[hev_index];
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter.c223 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
227 lfi.hev_thr = lfi_n->hev_thr[hev_index];
354 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
358 lfi.hev_thr = lfi_n->hev_thr[hev_index];
498 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
502 lfi.hev_thr = lfi_n->hev_thr[hev_index];
614 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
618 lfi.hev_thr = lfi_n->hev_thr[hev_index];
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c529 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
533 lfi.hev_thr = lfi_n->hev_thr[hev_index];
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c529 const int hev_index = lfi_n->hev_thr_lut[frame_type][filter_level]; local
533 lfi.hev_thr = lfi_n->hev_thr[hev_index];
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c697 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level]; local
701 lfi.hev_thr = lfi_n->hev_thr[hev_index];

Completed in 1015 milliseconds