HomeSort by relevance Sort by last modified time
    Searched defs:filter8 (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter_filters.c 156 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, function
191 filter8(mask, *thresh, flat, s - 4 * p, s - 3 * p, s - 2 * p, s - 1 * p,
216 filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1,
278 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
  /external/libvpx/libvpx/vpx_dsp/
loopfilter.c 171 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, function
206 filter8(mask, *thresh, flat, s - 4 * p, s - 3 * p, s - 2 * p, s - 1 * p,
231 filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1,
293 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3);
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 487 // because filter8 uses signed 16 bits muls)
644 case 1: filter8(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break;
692 void GGLAssembler::filter8( function in class:android::GGLAssembler
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_16_msa.c 83 v16u8 flat, flat2, filter8; local
215 filter8 = LD_UB(filter48);
230 filter8 = __msa_bmnz_v(filter8, (v16u8)r_out, flat2);
231 ST_UB(filter8, src);
236 filter8 = LD_UB(filter48 + 16);
251 filter8 = __msa_bmnz_v(filter8, (v16u8)r_out, flat2);
252 ST_UB(filter8, src);
257 filter8 = LD_UB(filter48 + 32)
818 v16u8 filter8, flat, flat2; local
1139 v16u8 flat, flat2, filter8; local
    [all...]

Completed in 561 milliseconds