Searched defs:bsl (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_mfqe.c217 const int bsl = b_width_log2_lookup[bs]; local
218 PARTITION_TYPE partition = partition_lookup[bsl][cur_bs];
H A Dvp9_onyxc_int.h395 const int bsl = mi_width_log2_lookup[bsize]; local
396 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1;
399 assert(bsl >= 0);
401 return (left * 2 + above) + bsl * PARTITION_PLOFFSET;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c426 const int bsl = b_width_log2_lookup[bsize]; local
427 const int bs = (1 << bsl) / 4;
436 partition = partition_lookup[bsl][m->sb_type];
H A Dvp9_pickmode.c1456 const int bsl = mi_width_log2_lookup[bsize]; local
1459 ? (((mi_row + mi_col) >> bsl) +
H A Dvp9_encodeframe.c863 const int bsl = b_width_log2_lookup[bsize]; local
864 const int bs = (1 << bsl) >> 2;
870 partition = partition_lookup[bsl][prev_part[start_pos]];
989 const int bsl = b_width_log2_lookup[bsize]; local
990 const int bs = (1 << bsl) >> 2;
1035 const int bsl = b_width_log2_lookup[bsize]; local
1036 const int bs = (1 << bsl) >> 2;
1045 partition = partition_lookup[bsl][mi->sb_type];
1086 const int bsl = b_width_log2_lookup[bsize]; local
1087 const int bs = (1 << bsl) >>
2131 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; local
2470 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; local
2540 const int bsl = b_width_log2_lookup[bsize]; local
3764 int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; local
4089 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; local
4223 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; local
[all...]
H A Dvp9_rdopt.c2502 int bsl = mi_width_log2_lookup[bsize]; local
2505 ? (((mi_row + mi_col) >> bsl) +
3270 const int bsl = mi_width_log2_lookup[bsize]; local
3272 (((mi_row + mi_col) >> bsl) +
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c848 int mi_col, int bsl) {
852 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1;
854 // assert(bsl >= 0);
856 return (left * 2 + above) + bsl * PARTITION_PLOFFSET;
875 int bsl) {
876 const int ctx = dec_partition_plane_context(twd, mi_row, mi_col, bsl);
847 dec_partition_plane_context(TileWorkerData *twd, int mi_row, int mi_col, int bsl) argument
873 read_partition(TileWorkerData *twd, int mi_row, int mi_col, int has_rows, int has_cols, int bsl) argument
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc1326 LogicVRegister Simulator::bsl(VectorFormat vform, function in class:vixl::aarch64::Simulator
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 401 milliseconds