/external/llvm/test/MC/AArch64/ |
neon-bitwise-instructions.s | 43 bsl v0.8b, v1.8b, v2.8b 44 bsl v0.16b, v1.16b, v2.16b 54 // CHECK: bsl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0x62,0x2e] 55 // CHECK: bsl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0x62,0x6e]
|
neon-diagnostics.s | 68 // Vector And Orr Eor Bsl Bit Bif, Orn, Bic, 74 bsl v0.8b, v1.16b, v2.8b 75 bsl v0.2s, v1.2s, v2.2s 91 // CHECK-ERROR: bsl v0.8b, v1.16b, v2.8b 94 // CHECK-ERROR: bsl v0.2s, v1.2s, v2.2s [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 307 const int bsl = b_width_log2(sb_size), bs = (1 << bsl) / 2; 310 const int boffset = b_width_log2(BLOCK_64X64) - bsl; 315 assert(MAX(bwl, bhl) <= bsl); 320 vpx_memset(above_ctx, pcvalue[bwl == bsl], bs); 321 vpx_memset(left_ctx, pcvalue[bhl == bsl], bs); 332 int bsl = mi_width_log2(sb_type), bs = 1 << bsl; 334 int boffset = mi_width_log2(BLOCK_64X64) - bsl; 337 assert(bsl >= 0) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 834 const int bsl = b_width_log2(bsize), bs = (1 << bsl) / 4; local 849 partition = partition_lookup[bsl][c1]; 1008 int bsl = b_width_log2(bsize); local 1760 int bsl = b_width_log2(BLOCK_64X64), bs = 1 << bsl; local [all...] |
vp9_bitstream.c | 604 const int bsl = b_width_log2(bsize); local 605 const int bs = (1 << bsl) / 4; 613 partition = partition_lookup[bsl][m->mbmi.sb_type]; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |