Searched defs:hbs (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 174 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local
|
D | vp9_encodeframe.c | 1252 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb() local 1481 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb_rt() local 2584 int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in fill_mode_info_sb() local 2921 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in nonrd_use_partition() local
|
D | vp9_bitstream.c | 396 int hbs, int mi_row, int mi_col, in write_partition()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 381 static PARTITION_TYPE read_partition(VP9_COMMON *cm, MACROBLOCKD *xd, int hbs, in read_partition() 409 const int hbs = num_8x8_blocks_wide_lookup[bsize] / 2; in decode_partition() local
|