Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c161 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local
Dvp9_encodeframe.c927 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
Dvp9_bitstream.c393 int hbs, int mi_row, int mi_col, in write_partition()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c383 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