Home
last modified time | relevance | path

Searched defs:bsl (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/test/MC/AArch64/SVE2/
Dbsl-diagnostics.s7 bsl z0.b, z0.b, z1.s, z2.b label
12 bsl z0.h, z0.h, z1.h, z2.s label
17 bsl z0.d, z0.d, z1.s, z2.s label
26 bsl z0.d, z1.d, z2.d, z3.d label
36 bsl z0.d, z0.d, z1.d, z2.d label
Dbsl.s10 bsl z0.d, z0.d, z1.d, z2.d label
26 bsl z31.d, z31.d, z30.d, z29.d label
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c939 const int bsl = b_width_log2_lookup[bsize]; in copy_partitioning_helper() local
1067 const int bsl = b_width_log2_lookup[bsize]; in scale_partitioning_svc() local
1113 const int bsl = b_width_log2_lookup[bsize]; in update_partition_svc() local
1164 const int bsl = b_width_log2_lookup[bsize]; in update_prev_partition_helper() local
2263 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() local
2601 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() local
2672 const int bsl = b_width_log2_lookup[bsize]; in rd_use_partition() local
4683 int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in fill_mode_info_sb() local
5092 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_select_partition() local
5226 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_use_partition() local
Dvp9_bitstream.c432 const int bsl = b_width_log2_lookup[bsize]; in write_modes_sb() local
Dvp9_rdopt.c2761 int bsl = mi_width_log2_lookup[bsize]; in handle_inter_mode() local
3564 const int bsl = mi_width_log2_lookup[bsize]; in vp9_rd_pick_inter_mode_sb() local
Dvp9_pickmode.c1845 const int bsl = mi_width_log2_lookup[bsize]; in vp9_pick_inter_mode() local
/external/libvpx/libvpx/vp9/common/
Dvp9_mfqe.c217 const int bsl = b_width_log2_lookup[bs]; in mfqe_partition() local
Dvp9_onyxc_int.h425 const int bsl = mi_width_log2_lookup[bsize]; in partition_plane_context() local
/external/libaom/libaom/av1/encoder/
Dinterp_search.c280 const int bsl = mi_size_wide_log2[bsize]; in is_pred_filter_search_allowed() local
Dnonrd_pickmode.c1671 const int bsl = mi_size_wide_log2[bsize]; local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1122 int mi_col, int bsl) { in dec_partition_plane_context()
1149 int bsl) { in read_partition()
/external/libaom/libaom/av1/common/
Dav1_common_int.h1201 const int bsl = mi_size_wide_log2[bsize] - mi_size_wide_log2[BLOCK_8X8]; in partition_plane_context() local
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc663 __ bsl(v9.V16B(), v31.V16B(), v23.V16B()); in GenerateTestSequenceNEON() local
664 __ bsl(v14.V8B(), v7.V8B(), v3.V8B()); in GenerateTestSequenceNEON() local
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1328 LogicVRegister Simulator::bsl(VectorFormat vform, in bsl() function in vixl::aarch64::Simulator