/external/chromium_org/third_party/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) { 62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2; 63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2; 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 67 uint32_t lo = (LO_PAIR(c00) + LO_PAIR(c01)) >> 1; 68 uint32_t hi = (HI_PAIR(c00) + HI_PAIR(c01)) >> 1; 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 72 uint32_t lo = (LO_PAIR(c00) + 3 * LO_PAIR(c01)) >> 2; 73 uint32_t hi = (HI_PAIR(c00) + 3 * HI_PAIR(c01)) >> 2 159 uint32_t c01 = *a01; local 166 uint32_t c01 = *a01; local 173 uint32_t c01 = *a01; local 188 uint32_t c01 = *a01; local 197 uint32_t c01 = *a01; local 206 uint32_t c01 = *a01; local 223 uint32_t c01 = *a01; local 232 uint32_t c01 = *a01; local 241 uint32_t c01 = *a01; local 258 uint32_t c01 = *a01; local 267 uint32_t c01 = *a01; local 276 uint32_t c01 = *a01; local [all...] |
/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) { 62 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c01)) >> 2; 63 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c01)) >> 2; 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 67 uint32_t lo = (LO_PAIR(c00) + LO_PAIR(c01)) >> 1; 68 uint32_t hi = (HI_PAIR(c00) + HI_PAIR(c01)) >> 1; 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { 72 uint32_t lo = (LO_PAIR(c00) + 3 * LO_PAIR(c01)) >> 2; 73 uint32_t hi = (HI_PAIR(c00) + 3 * HI_PAIR(c01)) >> 2 159 uint32_t c01 = *a01; local 166 uint32_t c01 = *a01; local 173 uint32_t c01 = *a01; local 188 uint32_t c01 = *a01; local 197 uint32_t c01 = *a01; local 206 uint32_t c01 = *a01; local 223 uint32_t c01 = *a01; local 232 uint32_t c01 = *a01; local 241 uint32_t c01 = *a01; local 258 uint32_t c01 = *a01; local 267 uint32_t c01 = *a01; local 276 uint32_t c01 = *a01; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair.c | 65 int c01 = pData[1]; local 69 int d00 = c00 + c01; 70 int d01 = c00 - c01;
|
/external/clang/test/CXX/lex/lex.charset/ |
p2-cxx11.cpp | 4 char c01 = '\u0001'; // ok variable
|
p2-cxx98.cpp | 4 char c01 = '\u0001'; // expected-error {{universal character name refers to a control character}} variable
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_segmentation.c | 65 const int c01 = segcounts[0] + segcounts[1]; local 70 segment_tree_probs[0] = get_binary_prob(c01 + c23, c45 + c67); 71 segment_tree_probs[1] = get_binary_prob(c01, c23); 81 const int c01 = segcounts[0] + segcounts[1]; local 85 const int c0123 = c01 + c23; 94 cost += c01 * vp9_cost_zero(probs[1]) + 97 if (c01 > 0)
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/ |
PerturbFilter.java | 77 float c01 = arr[this.wrap(y - py, workSize) * workSize + this.wrap(x + px, workSize)];
local 81 float c0 = ShaderUtils.mix(c00, c01, noisex);
|
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
poly1305_arm_asm.S | 112 # qhasm: reg128 c01 449 # qhasm: c01 = mem128[input_2];input_2+=16 450 # asm 1: vld1.8 {>c01=reg128#1%bot->c01=reg128#1%top},[<input_2=int32#2]! 451 # asm 2: vld1.8 {>c01=d0->c01=d1},[<input_2=r1]! 494 # qhasm: c01 c23 = c01[0]c01[1]c01[2]c23[2]c23[0]c23[1]c01[3]c23[3 [all...] |
/external/libvpx/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13
|
/external/chromium_org/v8/src/ |
array.js | 949 var c01 = %_CallFunction(receiver, v0, v1, comparefn); 950 if (c01 > 0) { [all...] |
/external/v8/src/ |
array.js | 787 var c01 = %_CallFunction(receiver, v0, v1, comparefn); 788 if (c01 > 0) { [all...] |
/external/llvm/test/MC/X86/AlignedBundling/ |
autogen-inst-offset-align-to-end.s | [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |