Home
last modified time | relevance | path

Searched refs:filter8 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dconvolve_test.cc261 DECLARE_ALIGNED(256, const int16_t, filter8[8]) = {0, 0, 0, 128, 0, 0, 0, 0}; in TEST_P()
264 UUT_->h8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16, in TEST_P()
278 DECLARE_ALIGNED(256, const int16_t, filter8[8]) = {0, 0, 0, 128, 0, 0, 0, 0}; in TEST_P()
281 UUT_->v8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16, in TEST_P()
295 DECLARE_ALIGNED(256, const int16_t, filter8[8]) = {0, 0, 0, 128, 0, 0, 0, 0}; in TEST_P()
298 UUT_->hv8_(in, kInputStride, out, kOutputStride, filter8, 16, filter8, 16, in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter_filters.c156 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, in filter8() function
191 filter8(mask, *thresh, flat, s - 4 * p, s - 3 * p, s - 2 * p, s - 1 * p, in vp9_lpf_horizontal_8_c()
216 filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1, in vp9_lpf_vertical_8_c()
278 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3); in filter16()