HomeSort by relevance Sort by last modified time
    Searched refs:c10 (Results 1 - 12 of 12) sorted by null

  /external/skia/src/core/
SkFilterProc.cpp 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
77 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
78 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c10)) >> 2;
79 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c10)) >> 2;
82 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
83 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4;
84 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4
181 uint32_t c10 = *a10; local
189 uint32_t c10 = *a10; local
198 uint32_t c10 = *a10; local
207 uint32_t c10 = *a10; local
216 uint32_t c10 = *a10; local
224 uint32_t c10 = *a10; local
233 uint32_t c10 = *a10; local
242 uint32_t c10 = *a10; local
251 uint32_t c10 = *a10; local
259 uint32_t c10 = *a10; local
268 uint32_t c10 = *a10; local
277 uint32_t c10 = *a10; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 66 int c10 = pData[2]; local
71 int d10 = c10 + c11;
72 int d11 = c10 - c11;
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 152 struct c10 : c1{ struct in namespace:Test7
155 struct c11 : c10, c1{
mangle-ms-return-qualifiers.cpp 83 volatile A &c10() { return *(A*)0; } function
84 // CHECK: "\01?c10@@YAACVA@@XZ"
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
PerturbFilter.java 78 float c10 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x - px, workSize)]; local
82 float c1 = ShaderUtils.mix(c10, c11, noisex);
  /external/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 79 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10
85 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10
91 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s 632 ldcl p3, c10, [r6, #4]
660 @ CHECK: ldcl p3, c10, [r6, #4] @ encoding: [0xd6,0xed,0x01,0xa3]
    [all...]
  /external/elfutils/tests/
run-allregs.sh     [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 549 category c8; category c9; category c10; category c11;
    [all...]
  /external/libxml2/
parser.c     [all...]

Completed in 631 milliseconds