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

  /external/chromium_org/third_party/libvpx/source/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/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);
  /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);
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 491 // because filter8 uses signed 16 bits muls)
648 case 1: filter8(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break;
696 void GGLAssembler::filter8( function in class:android::GGLAssembler
    [all...]

Completed in 754 milliseconds