/external/libvpx/libvpx/vp9/decoder/ |
vp9_dthread.c | 176 memcpy(dst_cm->lf_info.lfthr, src_cm->lf_info.lfthr,
|
/external/libvpx/libvpx/vp9/common/ |
vp9_loopfilter.h | 47 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1]; member in struct:__anon17187
|
vp9_loopfilter.c | 228 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); 229 memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit), 251 memset(lfi->lfthr[lvl].hev_thr, (lvl >> 4), SIMD_WIDTH); 324 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; 325 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *(lfl + lfl_forward); 424 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; 425 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *(lfl + lfl_forward); 511 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl; 527 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1); 556 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_loopfilter.h | 59 loop_filter_thresh lfthr[MAX_LOOP_FILTER + 1]; member in struct:__anon30672
|
vp9_loopfilter.c | 225 vpx_memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH); 226 vpx_memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit), 248 vpx_memset(lfi->lfthr[lvl].hev_thr, (lvl >> 4), SIMD_WIDTH); 321 const loop_filter_thresh *lfi0 = lfi_n->lfthr + *lfl; 322 const loop_filter_thresh *lfi1 = lfi_n->lfthr + *(lfl + lfl_forward); 407 const loop_filter_thresh *lfi = lfi_n->lfthr + *lfl; 423 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1); 452 const loop_filter_thresh *lfin = lfi_n->lfthr + *(lfl + 1); [all...] |
/external/libvpx/libvpx/test/ |
lpf_8_test.cc | 297 // memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit),
|