HomeSort by relevance Sort by last modified time
    Searched refs:c11 (Results 1 - 25 of 29) sorted by null

1 2

  /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) {
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) {
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;
87 static unsigned bilerp4_12(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
88 uint32_t lo = (3 * (LO_PAIR(c00) + LO_PAIR(c01)) + LO_PAIR(c10) + LO_PAIR(c11)) >> 3
190 uint32_t c11 = *a11; local
199 uint32_t c11 = *a11; local
208 uint32_t c11 = *a11; local
225 uint32_t c11 = *a11; local
234 uint32_t c11 = *a11; local
243 uint32_t c11 = *a11; local
260 uint32_t c11 = *a11; local
269 uint32_t c11 = *a11; local
278 uint32_t c11 = *a11; 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) {
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) {
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;
87 static unsigned bilerp4_12(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
88 uint32_t lo = (3 * (LO_PAIR(c00) + LO_PAIR(c01)) + LO_PAIR(c10) + LO_PAIR(c11)) >> 3
190 uint32_t c11 = *a11; local
199 uint32_t c11 = *a11; local
208 uint32_t c11 = *a11; local
225 uint32_t c11 = *a11; local
234 uint32_t c11 = *a11; local
243 uint32_t c11 = *a11; local
260 uint32_t c11 = *a11; local
269 uint32_t c11 = *a11; local
278 uint32_t c11 = *a11; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 82 int c11 = pData[3]; local
86 int d10 = c10 + c11;
87 int d11 = c10 - c11;
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 148 struct c11 : c10, c1{ struct in namespace:Test7
151 struct c28 : virtual c11{
mangle-ms-return-qualifiers.cpp 86 const volatile A &c11() { return *(A*)0; } function
87 // CHECK: "\01?c11@@YAADVA@@XZ"
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec_unittest.cc 106 AudioCodec c11(c0);
110 c11.params["x"] = "def";
114 EXPECT_TRUE(c11 != c0);
115 EXPECT_TRUE(c11 != c10);
118 EXPECT_TRUE(c12 != c11);
185 VideoCodec c11(c0);
189 c11.params["x"] = "def";
193 EXPECT_TRUE(c11 != c0);
194 EXPECT_TRUE(c11 != c10);
197 EXPECT_TRUE(c12 != c11);
    [all...]
  /external/chromium_org/third_party/libvpx/source/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/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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/deqp/framework/common/
tcuTexCompareVerifier.cpp     [all...]
tcuTexLookupVerifier.cpp 475 const Vec4 c11 = quad11.p00*(1.0f-a1)*(1.0f-b1) + quad11.p10*a1*(1.0f-b1) + quad11.p01*(1.0f-a1)*b1 + quad11.p11*a1*b1; local
480 const Vec4 cz1 = c10*(1.0f - c1) + c11*c1;
1418 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+1)), size); variable
1493 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0); variable
1527 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+1)), size1); variable
    [all...]
  /external/chromium_org/ui/compositor/
layer_unittest.cc     [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.cpp 141 SkScalar c11) {
143 SkScalar b = c01 * (1.f - tx) + c11 * tx;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 136 static UChar c11[] = { 0xDB40, 0xDCFF }; local
137 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(c11, 2));
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 43 "--C11" => \$c11,
106 if($line =~ /C.1.1/ && defined $c11 ){
647 --C11 Generate data for table C.1.1
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 43 "--C11" => \$c11,
106 if($line =~ /C.1.1/ && defined $c11 ){
647 --C11 Generate data for table C.1.1
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 709 Vec4 c11 = colors[v11]; local
728 const Vec4& t0 = tri ? c00 : c11;
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 362 var c11 = filter.floatToFixedPoint(matrix[0]);
398 var rNew = r * c11 + g * c12 + b * c13;
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s     [all...]
  /packages/experimental/SELinux/CTS/test/
policy_clean_test.conf 141 category c11;
policy_test.conf 141 category c11;

Completed in 2756 milliseconds

1 2