HomeSort by relevance Sort by last modified time
    Searched full:filter4 (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter_filters.c 73 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, function
117 filter4(mask, *thresh, s - 2 * p, s - 1 * p, s, s + 1 * p);
142 filter4(mask, *thresh, s - 2, s - 1, s, s + 1);
173 filter4(mask, thresh, op1, op0, oq0, oq1);
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_8_msa.c 191 /* filter4 */
287 /* filter4 */
loopfilter_16_msa.c 772 /* filter4 */
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
loopfilter.c 88 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, function
132 filter4(mask, *thresh, s - 2 * p, s - 1 * p, s, s + 1 * p);
157 filter4(mask, *thresh, s - 2, s - 1, s, s + 1);
188 filter4(mask, thresh, op1, op0, oq0, oq1);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_loopfilter_sse2.c 385 // p1 takes the value assigned to in in filter4 if !(flat && mask)
394 // p0 takes the value assigned to in in filter4 if !(flat && mask)
    [all...]
loopfilter_sse2.c 470 // filter4
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c     [all...]

Completed in 327 milliseconds