/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 149 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local 161 t_unpred_seg_counts, bs, hbs, mi_row, mi_col); in count_segs_sb() 162 count_segs(cm, xd, tile, mi + hbs * mis, no_pred_segcounts, in count_segs_sb() 163 temporal_predictor_count, t_unpred_seg_counts, bs, hbs, in count_segs_sb() 164 mi_row + hbs, mi_col); in count_segs_sb() 167 t_unpred_seg_counts, hbs, bs, mi_row, mi_col); in count_segs_sb() 168 count_segs(cm, xd, tile, mi + hbs, no_pred_segcounts, in count_segs_sb() 169 temporal_predictor_count, t_unpred_seg_counts, hbs, bs, mi_row, in count_segs_sb() 170 mi_col + hbs); in count_segs_sb() 178 const int mi_dc = hbs * (n & 1); in count_segs_sb() [all …]
|
D | vp9_encodeframe.c | 2131 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() local 2158 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in encode_sb() 2159 encode_b(cpi, tile, td, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb() 2166 if (mi_row + hbs < cm->mi_rows && bsize > BLOCK_8X8) { in encode_sb() 2167 encode_b(cpi, tile, td, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb() 2178 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb() 2180 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb() 2182 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb() 2470 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() local 2499 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in encode_sb_rt() [all …]
|
D | vp9_bitstream.c | 398 const MACROBLOCKD *const xd, int hbs, int mi_row, in write_partition() argument 403 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() 404 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 903 const int hbs = num_8x8_wh >> 1; in decode_partition() local 906 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() 907 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() 914 if (!hbs) { in decode_partition() 927 decode_block(twd, pbi, mi_row + hbs, mi_col, subsize, n4x4_l2, in decode_partition() 933 decode_block(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2, in decode_partition() 938 decode_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in decode_partition() 939 decode_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in decode_partition() 940 decode_partition(twd, pbi, mi_row + hbs, mi_col + hbs, subsize, in decode_partition()
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 414 hbs{
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | us | 1170 xkb_symbols "hbs" {
|