Searched refs:vp9_lpf_horizontal_8 (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_loopfilter_16_neon.c | 20 vp9_lpf_horizontal_8(s, p, blimit0, limit0, thresh0, 1); in vp9_lpf_horizontal_8_dual_neon() 21 vp9_lpf_horizontal_8(s + 8, p, blimit1, limit1, thresh1, 1); in vp9_lpf_horizontal_8_dual_neon()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp9_rtcd.h | 245 RTCD_EXTERN void (*vp9_lpf_horizontal_8)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_… variable 526 vp9_lpf_horizontal_8 = vp9_lpf_horizontal_8_c; in setup_rtcd_internal() 527 if (flags & HAS_SSE2) vp9_lpf_horizontal_8 = vp9_lpf_horizontal_8_sse2; in setup_rtcd_internal()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 443 vp9_lpf_horizontal_8(s, pitch, lfi->mblim, lfi->lim, lfi->hev_thr, 1); in filter_selectively_horiz()
|