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

  /external/libaom/libaom/av1/encoder/
segmentation.c 92 const int bs = mi_size_wide[bsize], hbs = bs / 2; local
110 CSEGS(bs, hbs, 0, 0);
111 CSEGS(bs, hbs, hbs, 0);
114 CSEGS(hbs, bs, 0, 0);
115 CSEGS(hbs, bs, 0, hbs);
118 CSEGS(hbs, hbs, 0, 0);
119 CSEGS(hbs, hbs, 0, hbs)
    [all...]
encodeframe.c 1518 const int hbs = mi_size_wide[bsize] \/ 2; local
1702 const int hbs = bs \/ 2; local
1969 const int hbs = bs \/ 2; local
    [all...]
bitstream.c 1590 const int hbs = mi_size_wide[bsize] \/ 2; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 162 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2; local
174 t_unpred_seg_counts, bs, hbs, mi_row, mi_col);
175 count_segs(cm, xd, tile, mi + hbs * mis, no_pred_segcounts,
176 temporal_predictor_count, t_unpred_seg_counts, bs, hbs,
177 mi_row + hbs, mi_col);
180 t_unpred_seg_counts, hbs, bs, mi_row, mi_col);
181 count_segs(cm, xd, tile, mi + hbs, no_pred_segcounts,
182 temporal_predictor_count, t_unpred_seg_counts, hbs, bs, mi_row,
183 mi_col + hbs);
191 const int mi_dc = hbs * (n & 1)
    [all...]
vp9_encodeframe.c 2178 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
2517 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
4482 int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
4900 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
5034 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) \/ 4; local
    [all...]
vp9_bitstream.c 399 const MACROBLOCKD *const xd, int hbs, int mi_row,
404 const int has_rows = (mi_row + hbs) < cm->mi_rows;
405 const int has_cols = (mi_col + hbs) < cm->mi_cols;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1125 const int hbs = num_8x8_wh >> 1; local
1181 const int hbs = num_8x8_wh >> 1; local
1233 const int hbs = num_8x8_wh >> 1; local
    [all...]
  /external/libaom/libaom/av1/common/
av1_loopfilter.c 952 const int hbs = mi_size_wide[bsize] \/ 2; local
    [all...]
onyxc_int.h 1017 const int hbs = mi_size_wide[bsize] \/ 2; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 1740 const int hbs = bw >> 1; local
    [all...]

Completed in 639 milliseconds