HomeSort by relevance Sort by last modified time
    Searched refs:hbs (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 149 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; local
161 t_unpred_seg_counts, bs, hbs, mi_row, mi_col);
162 count_segs(cm, xd, tile, mi + hbs * mis, no_pred_segcounts,
163 temporal_predictor_count, t_unpred_seg_counts, bs, hbs,
164 mi_row + hbs, mi_col);
167 t_unpred_seg_counts, hbs, bs, mi_row, mi_col);
168 count_segs(cm, xd, tile, mi + hbs, no_pred_segcounts,
169 temporal_predictor_count, t_unpred_seg_counts, hbs, bs, mi_row,
170 mi_col + hbs);
178 const int mi_dc = hbs * (n & 1)
    [all...]
vp9_encodeframe.c 2131 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
2470 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
3764 int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
4089 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
4223 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
    [all...]
vp9_bitstream.c 398 const MACROBLOCKD *const xd, int hbs, int mi_row,
403 const int has_rows = (mi_row + hbs) < cm->mi_rows;
404 const int has_cols = (mi_col + hbs) < cm->mi_cols;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 903 const int hbs = num_8x8_wh >> 1; local
    [all...]

Completed in 960 milliseconds