/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 157 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; in count_segs_sb() local 170 t_unpred_seg_counts, bs, hbs, mi_row, mi_col); in count_segs_sb() 171 count_segs(cm, xd, tile, mi + hbs * mis, no_pred_segcounts, in count_segs_sb() 172 temporal_predictor_count, t_unpred_seg_counts, bs, hbs, in count_segs_sb() 173 mi_row + hbs, mi_col); in count_segs_sb() 176 t_unpred_seg_counts, hbs, bs, mi_row, mi_col); in count_segs_sb() 177 count_segs(cm, xd, tile, mi + hbs, in count_segs_sb() 179 hbs, bs, mi_row, mi_col + hbs); in count_segs_sb() 187 const int mi_dc = hbs * (n & 1); in count_segs_sb() 188 const int mi_dr = hbs * (n >> 1); in count_segs_sb()
|
D | vp9_encodeframe.c | 1427 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb() local 1455 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in encode_sb() 1456 encode_b(cpi, tile, td, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb() 1463 if (mi_row + hbs < cm->mi_rows && bsize > BLOCK_8X8) { in encode_sb() 1464 encode_b(cpi, tile, td, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb() 1475 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb() 1477 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb() 1479 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb() 1764 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() local 1794 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in encode_sb_rt() [all …]
|
D | vp9_bitstream.c | 407 int hbs, int mi_row, int mi_col, in write_partition() argument 411 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() 412 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 956 const int hbs = num_8x8_wh >> 1; in decode_partition() local 959 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() 960 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() 968 if (!hbs) { in decode_partition() 981 decode_block(pbi, xd, mi_row + hbs, mi_col, r, subsize, n4x4_l2, in decode_partition() 987 decode_block(pbi, xd, mi_row, mi_col + hbs, r, subsize, n8x8_l2, in decode_partition() 992 decode_partition(pbi, xd, mi_row, mi_col + hbs, r, subsize, n8x8_l2); in decode_partition() 993 decode_partition(pbi, xd, mi_row + hbs, mi_col, r, subsize, n8x8_l2); in decode_partition() 994 decode_partition(pbi, xd, mi_row + hbs, mi_col + hbs, r, subsize, in decode_partition()
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 416 hbs{
|
D | supplementalData.txt | 416 hbs{
|