Home
last modified time | relevance | path

Searched defs:hbs (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c149 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local
Dvp9_encodeframe.c1914 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() local
2253 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() local
3547 int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in fill_mode_info_sb() local
3869 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_select_partition() local
4001 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_use_partition() local
Dvp9_bitstream.c398 const MACROBLOCKD *const xd, int hbs, int mi_row, in write_partition()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c919 const int hbs = num_8x8_wh >> 1; in decode_partition() local