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

/external/libhevc/common/arm64/
H A Dihevc_intra_pred_luma_vert.s223 bsl v18.8b, v24.8b , v16.8b //only select row values from q12(predpixel)
224 bsl v3.8b, v25.8b , v16.8b
239 bsl v1.8b, v24.8b , v16.8b
240 bsl v6.8b, v25.8b , v16.8b
264 bsl v18.8b, v24.8b , v16.8b //only select row values from q12(predpixel)
265 bsl v3.8b, v25.8b , v16.8b
277 bsl v1.8b, v24.8b , v16.8b
278 bsl v6.8b, v25.8b , v16.8b
294 bsl v18.8b, v24.8b , v16.8b //only select row values from q12(predpixel)
295 bsl v
[all...]
H A Dihevc_intra_pred_luma_dc.s251 bsl v19.8b, v29.8b , v2.8b //first row with dst[0]
263 bsl v20.8b, v3.8b , v16.8b //row 1 (prol)
272 bsl v21.8b, v3.8b , v16.8b //row 2 (prol)
280 bsl v20.8b, v3.8b , v16.8b //row 3 (prol)
288 bsl v21.8b, v3.8b , v16.8b //row 4 (prol)
296 bsl v20.8b, v3.8b , v16.8b //row 5 (prol)
305 bsl v21.8b, v3.8b , v16.8b //row 6 (prol)
314 bsl v20.8b, v3.8b , v16.8b //row 7 (prol)
342 bsl v20.8b, v3.8b , v16.8b //row 9 (prol)
485 bsl v1
[all...]
H A Dihevc_deblk_luma_horz.s542 bsl v18.8b,v24.8b,v14.8b
550 bsl v19.8b,v25.8b,v12.8b
572 bsl v18.8b,v27.8b,v14.8b
576 bsl v19.8b,v26.8b,v13.8b
H A Dihevc_deblk_luma_vert.s549 bsl v3.8b,v30.8b,v16.8b
561 bsl v16.8b,v2.8b,v22.8b
607 bsl v5.8b,v30.8b,v3.8b
618 bsl v0.8b,v4.8b,v23.8b
/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
H A Darm64-advsimd.s445 bsl.8b v0, v0, v0
452 ; CHECK: bsl.8b v0, v0, v0 ; encoding: [0x00,0x1c,0x60,0x2e]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h331 const int bsl = mi_width_log2(bsize);
332 const int bs = 1 << bsl;
336 assert(bsl >= 0);
345 return (left * 2 + above) + bsl * PARTITION_PLOFFSET;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h325 const int bsl = mi_width_log2(bsize);
326 const int bs = 1 << bsl;
330 assert(bsl >= 0);
339 return (left * 2 + above) + bsl * PARTITION_PLOFFSET;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c928 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
944 partition = partition_lookup[bsl][subsize];
1351 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
1369 partition = partition_lookup[bsl][subsize];
1424 const int bsl = b_width_log2(bsize); local
1426 const int bss = (1 << bsl) / 4;
1453 partition = partition_lookup[bsl][bs_type];
1866 int bsl local
2655 int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
2977 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
[all...]
H A Dvp9_pickmode.c452 const int bsl = mi_width_log2(bsize); local
454 (((mi_row + mi_col) >> bsl) +
H A Dvp9_bitstream.c422 const int bsl = b_width_log2(bsize); local
423 const int bs = (1 << bsl) / 4;
433 partition = partition_lookup[bsl][m->mbmi.sb_type];
H A Dvp9_rdopt.c2164 int bsl = mi_width_log2_lookup[bsize]; local
2166 (((mi_row + mi_col) >> bsl) +
2772 const int bsl = mi_width_log2(bsize); local
2773 int cb_partition_search_ctrl = (((mi_row + mi_col) >> bsl)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1235 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
1251 partition = partition_lookup[bsl][subsize];
1646 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
1665 partition = partition_lookup[bsl][subsize];
1730 const int bsl = b_width_log2(bsize); local
1732 const int bss = (1 << bsl) / 4;
1758 partition = partition_lookup[bsl][bs_type];
2741 int bsl local
3078 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
[all...]
H A Dvp9_bitstream.c423 const int bsl = b_width_log2(bsize); local
424 const int bs = (1 << bsl) / 4;
432 partition = partition_lookup[bsl][m->mbmi.sb_type];
/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c951 GEN_BINARY_TEST(bsl, 16b, 16b, 16b)
952 GEN_BINARY_TEST(bsl, 8b, 8b, 8b)
3394 // bsl 16b,8b (vector) (bit select)
5339 bsl 16b,8b (vector) (bit select)
6295 bsl 16b,8b (vector) (bit select)
/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 374 milliseconds