Searched refs:b20 (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fdctdsp.c | 199 vector float b00, b10, b20, b30, b40, b50, b60, b70; in ff_fdct_altivec() local 229 b20 = ((vector float) vec_ld(0, bp)); in ff_fdct_altivec() 231 b41 = ((vector float) MERGE_S16(h, b20, b60)); in ff_fdct_altivec() 232 b51 = ((vector float) MERGE_S16(l, b20, b60)); in ff_fdct_altivec() 250 b20 = ((vector float) MERGE_S16(h, x1, x5)); in ff_fdct_altivec() 269 x2 = ((vector float) vec_add(vs16(b20), vs16(b50))); in ff_fdct_altivec() 270 x5 = ((vector float) vec_sub(vs16(b20), vs16(b50))); in ff_fdct_altivec() 289 b20 = ((vector float) vec_sub(vs16(x0), vs16(x3))); in ff_fdct_altivec() 297 x0 = vec_add(b60, b20); in ff_fdct_altivec() 304 b20 in ff_fdct_altivec() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 909 // b20 g21 b22 g23 b24 in FixIsolatedPixel() 925 int32 b20 = p2 [0]; in FixIsolatedPixel() local 962 Abs_int32 (b20 - b42); in FixIsolatedPixel() 964 est2 = b20 + b24; in FixIsolatedPixel() 966 grad2 = Abs_int32 (b20 - b24) + in FixIsolatedPixel() 983 Abs_int32 (b02 - b20) + in FixIsolatedPixel() 1328 // b20 g21 b22 g23 b24 g25 b26 g27 b28 in FixSingleColumn() 1344 int32 b20 = p2 [0 * cs]; in FixSingleColumn() local 1405 est2 = b20 + b68; in FixSingleColumn() 1407 grad2 = Abs_int32 (b20 in FixSingleColumn() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveTypeReferences1.js | 46 const b20: Box2 = 42; // Error 167 var b20 = 42; // Error
variable 243 declare const b20: Box2;
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-neon-aarch64.cc | 67 COMPARE(str(b20, MemOperand(x21, 1)), "str b20, [x21, #1]"); in TEST() 114 COMPARE(str(b20, MemOperand(x21, 255, PreIndex)), "str b20, [x21, #255]!"); in TEST() 172 COMPARE(str(b20, MemOperand(x21, 255, PostIndex)), "str b20, [x21], #255"); in TEST()
|
H A D | test-trace-aarch64.cc | 2374 __ uqsub(b28, b20, b26); in GenerateTestSequenceNEON()
|
Completed in 13 milliseconds