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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h322 const int bsl = mi_width_log2(bsize);
323 const int bs = 1 << bsl;
327 assert(bsl >= 0);
336 return (left * 2 + above) + bsl * PARTITION_PLOFFSET;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1252 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
1268 partition = partition_lookup[bsl][subsize];
1481 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; local
1500 partition = partition_lookup[bsl][subsize];
1565 const int bsl = b_width_log2(bsize); local
1567 const int bss = (1 << bsl) / 4;
1593 partition = partition_lookup[bsl][bs_type];
2584 int bsl local
2921 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];

Completed in 122 milliseconds