Searched refs:bsl (Results 1 - 7 of 7) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dneon-bitwise-instructions.s43 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]
H A Dneon-diagnostics.s74 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
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h307 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 >
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c834 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
1013 int bss = (1 << bsl) / 4;
1034 partition = partition_lookup[bsl][bs_type];
1760 int bsl = b_width_log2(BLOCK_64X64), bs = 1 << bsl; local
H A Dvp9_bitstream.c604 const int bsl = b_width_log2(bsize); local
605 const int bs = (1 << bsl) / 4;
613 partition = partition_lookup[bsl][m->mbmi.sb_type];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1260 milliseconds