Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c174 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local
Dvp9_encodeframe.c1252 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
Dvp9_bitstream.c396 int hbs, int mi_row, int mi_col, in write_partition()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c381 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