/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 92 const int bs = mi_size_wide[bsize], hbs = bs / 2; in count_segs_sb() local 110 CSEGS(bs, hbs, 0, 0); in count_segs_sb() 111 CSEGS(bs, hbs, hbs, 0); in count_segs_sb() 114 CSEGS(hbs, bs, 0, 0); in count_segs_sb() 115 CSEGS(hbs, bs, 0, hbs); in count_segs_sb() 118 CSEGS(hbs, hbs, 0, 0); in count_segs_sb() 119 CSEGS(hbs, hbs, 0, hbs); in count_segs_sb() 120 CSEGS(bs, hbs, hbs, 0); in count_segs_sb() 123 CSEGS(bs, hbs, 0, 0); in count_segs_sb() 124 CSEGS(hbs, hbs, hbs, 0); in count_segs_sb() [all …]
|
D | encodeframe.c | 1518 const int hbs = mi_size_wide[bsize] / 2; in encode_sb() local 1532 const int has_rows = (mi_row + hbs) < cm->mi_rows; in encode_sb() 1533 const int has_cols = (mi_col + hbs) < cm->mi_cols; in encode_sb() 1556 if (mi_col + hbs < cm->mi_cols) { in encode_sb() 1557 encode_b(cpi, tile_data, td, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb() 1564 if (mi_row + hbs < cm->mi_rows) { in encode_sb() 1565 encode_b(cpi, tile_data, td, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb() 1572 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb() 1574 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb() 1576 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb() [all …]
|
D | bitstream.c | 1548 const MACROBLOCKD *const xd, int hbs, int mi_row, in write_partition() argument 1555 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() 1556 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition() 1590 const int hbs = mi_size_wide[bsize] / 2; in write_modes_sb() local 1616 write_partition(cm, xd, hbs, mi_row, mi_col, partition, bsize, w); in write_modes_sb() 1623 if (mi_row + hbs < cm->mi_rows) in write_modes_sb() 1624 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + hbs, mi_col); in write_modes_sb() 1628 if (mi_col + hbs < cm->mi_cols) in write_modes_sb() 1629 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + hbs); in write_modes_sb() 1633 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + hbs, subsize); in write_modes_sb() [all …]
|
/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 174 t_unpred_seg_counts, bs, hbs, mi_row, mi_col); in count_segs_sb() 175 count_segs(cm, xd, tile, mi + hbs * mis, no_pred_segcounts, in count_segs_sb() 176 temporal_predictor_count, t_unpred_seg_counts, bs, hbs, in count_segs_sb() 177 mi_row + hbs, mi_col); in count_segs_sb() 180 t_unpred_seg_counts, hbs, bs, mi_row, mi_col); in count_segs_sb() 181 count_segs(cm, xd, tile, mi + hbs, no_pred_segcounts, in count_segs_sb() 182 temporal_predictor_count, t_unpred_seg_counts, hbs, bs, mi_row, in count_segs_sb() 183 mi_col + hbs); in count_segs_sb() 191 const int mi_dc = hbs * (n & 1); in count_segs_sb() [all …]
|
D | vp9_encodeframe.c | 2178 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() local 2205 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in encode_sb() 2206 encode_b(cpi, tile, td, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb() 2213 if (mi_row + hbs < cm->mi_rows && bsize > BLOCK_8X8) { in encode_sb() 2214 encode_b(cpi, tile, td, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb() 2226 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb() 2228 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb() 2230 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb() 2517 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() local 2546 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in encode_sb_rt() [all …]
|
D | vp9_bitstream.c | 399 const MACROBLOCKD *const xd, int hbs, int mi_row, in write_partition() argument 404 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() 405 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1125 const int hbs = num_8x8_wh >> 1; in decode_partition() local 1128 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() 1129 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() 1136 if (!hbs) { in decode_partition() 1149 decode_block(twd, pbi, mi_row + hbs, mi_col, subsize, n4x4_l2, in decode_partition() 1155 decode_block(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2, in decode_partition() 1160 decode_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in decode_partition() 1161 decode_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in decode_partition() 1162 decode_partition(twd, pbi, mi_row + hbs, mi_col + hbs, subsize, in decode_partition() 1181 const int hbs = num_8x8_wh >> 1; in recon_partition() local [all …]
|
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 952 const int hbs = mi_size_wide[bsize] / 2; in setup_block_mask() local 956 (((mi_row + hbs) << MI_SIZE_LOG2) < cm->height) & allow_sub8x8; in setup_block_mask() 958 (((mi_col + hbs) << MI_SIZE_LOG2) < cm->width) & allow_sub8x8; in setup_block_mask() 968 setup_fix_block_mask(cm, mi_row + hbs, mi_col, plane, ssx, ssy); in setup_block_mask() 973 setup_fix_block_mask(cm, mi_row, mi_col + hbs, plane, ssx, ssy); in setup_block_mask() 978 setup_block_mask(cm, mi_row, mi_col + hbs, subsize, plane, ssx, ssy); in setup_block_mask() 980 setup_block_mask(cm, mi_row + hbs, mi_col, subsize, plane, ssx, ssy); in setup_block_mask() 982 setup_block_mask(cm, mi_row + hbs, mi_col + hbs, subsize, plane, ssx, in setup_block_mask() 988 setup_fix_block_mask(cm, mi_row, mi_col + hbs, plane, ssx, ssy); in setup_block_mask() 990 setup_fix_block_mask(cm, mi_row + hbs, mi_col, plane, ssx, ssy); in setup_block_mask() [all …]
|
D | onyxc_int.h | 1017 const int hbs = mi_size_wide[bsize] / 2; in update_ext_partition_context() local 1032 update_partition_context(xd, mi_row + hbs, mi_col, subsize, subsize); in update_ext_partition_context() 1036 update_partition_context(xd, mi_row + hbs, mi_col, bsize2, subsize); in update_ext_partition_context() 1040 update_partition_context(xd, mi_row, mi_col + hbs, subsize, subsize); in update_ext_partition_context() 1044 update_partition_context(xd, mi_row, mi_col + hbs, bsize2, subsize); in update_ext_partition_context()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3-macrolanguages.tab | 113 hbs bos A 114 hbs hrv A 115 hbs srp A
|
D | iso-639-3_Name_Index.tab | 2436 hbs Serbo-Croatian Serbo-Croatian
|
D | iso-639-3.tab | 2345 hbs sh M L Serbo-Croatian Code element for 639-1 has been deprecated
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1740 const int hbs = bw >> 1; in decode_partition() local 1745 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() 1746 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() 1805 if (has_rows) DEC_BLOCK(mi_row + hbs, mi_col, subsize); in decode_partition() 1809 if (has_cols) DEC_BLOCK(mi_row, mi_col + hbs, subsize); in decode_partition() 1813 DEC_PARTITION(mi_row, mi_col + hbs, subsize); in decode_partition() 1814 DEC_PARTITION(mi_row + hbs, mi_col, subsize); in decode_partition() 1815 DEC_PARTITION(mi_row + hbs, mi_col + hbs, subsize); in decode_partition() 1819 DEC_BLOCK(mi_row, mi_col + hbs, bsize2); in decode_partition() 1820 DEC_BLOCK(mi_row + hbs, mi_col, subsize); in decode_partition() [all …]
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 418 hbs{
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | us | 1170 xkb_symbols "hbs" {
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 87978 hbs %10817
|