Searched defs:hev_thr (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/
H A Dloopfilter_arm.c40 unsigned char hev_thr = *lfi->hev_thr; local
42 hev_thr);
46 hev_thr, v_ptr);
55 unsigned char hev_thr = *lfi->hev_thr; local
57 vp8_mbloop_filter_vertical_edge_y_neon(y_ptr, y_stride, mblim, lim, hev_thr);
61 hev_thr, v_ptr);
70 unsigned char hev_thr = *lfi->hev_thr; local
91 unsigned char hev_thr = *lfi->hev_thr; local
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter.h45 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char, hev_thr[4][SIMD_WIDTH]);
55 const unsigned char *hev_thr; member in struct:loop_filter_info

Completed in 1409 milliseconds