Searched defs:hbs (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 161 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local
|
D | vp9_encodeframe.c | 927 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb() local 1354 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb_rt() local 2626 int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in fill_mode_info_sb() local 2948 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in nonrd_use_partition() local
|
D | vp9_bitstream.c | 393 int hbs, int mi_row, int mi_col, in write_partition()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 383 static PARTITION_TYPE read_partition(VP9_COMMON *cm, MACROBLOCKD *xd, int hbs, in read_partition() 411 const int hbs = num_8x8_blocks_wide_lookup[bsize] / 2; in decode_partition() local
|