Searched defs:hbs (Results 1 – 10 of 10) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 92 const int bs = mi_size_wide[bsize], hbs = bs / 2; in count_segs_sb() local
|
D | encodeframe.c | 1518 const int hbs = mi_size_wide[bsize] / 2; in encode_sb() local 1702 const int hbs = bs / 2; in rd_use_partition() local 1969 const int hbs = bs / 2; in nonrd_use_partition() local
|
D | bitstream.c | 1548 const MACROBLOCKD *const xd, int hbs, int mi_row, in write_partition() 1590 const int hbs = mi_size_wide[bsize] / 2; in write_modes_sb() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 162 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local
|
D | vp9_encodeframe.c | 2178 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() local 2517 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() local 4482 int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in fill_mode_info_sb() local 4900 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_select_partition() local 5034 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_use_partition() local
|
D | vp9_bitstream.c | 399 const MACROBLOCKD *const xd, int hbs, int mi_row, in write_partition()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1125 const int hbs = num_8x8_wh >> 1; in decode_partition() local 1181 const int hbs = num_8x8_wh >> 1; in recon_partition() local 1233 const int hbs = num_8x8_wh >> 1; in parse_partition() local
|
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 952 const int hbs = mi_size_wide[bsize] / 2; in setup_block_mask() local
|
D | onyxc_int.h | 1017 const int hbs = mi_size_wide[bsize] / 2; in update_ext_partition_context() local
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1740 const int hbs = bw >> 1; in decode_partition() local
|