HomeSort by relevance Sort by last modified time
    Searched defs:bsl (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 217 const int bsl = b_width_log2_lookup[bs]; local
218 PARTITION_TYPE partition = partition_lookup[bsl][cur_bs];
vp9_onyxc_int.h 395 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/
vp9_bitstream.c 426 const int bsl = b_width_log2_lookup[bsize]; local
427 const int bs = (1 << bsl) / 4;
436 partition = partition_lookup[bsl][m->sb_type];
    [all...]
vp9_pickmode.c 1456 const int bsl = mi_width_log2_lookup[bsize]; local
    [all...]
vp9_encodeframe.c 863 const int bsl = b_width_log2_lookup[bsize]; local
864 const int bs = (1 << bsl) >> 2;
989 const int bsl = b_width_log2_lookup[bsize]; local
1035 const int bsl = b_width_log2_lookup[bsize]; local
1086 const int bsl = b_width_log2_lookup[bsize]; local
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...]
vp9_rdopt.c 2502 int bsl = mi_width_log2_lookup[bsize]; local
3270 const int bsl = mi_width_log2_lookup[bsize]; local
    [all...]
  /external/vixl/src/aarch64/
logic-aarch64.cc 1326 LogicVRegister Simulator::bsl(VectorFormat vform, function in class:vixl::aarch64::Simulator
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 

Completed in 512 milliseconds