Home
last modified time | relevance | path

Searched refs:bh (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c128 int bw, int bh, int mi_row, int mi_col) { in count_segs() argument
139 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols); in count_segs()
173 int bw, bh; in count_segs_sb() local
180 bh = num_8x8_blocks_high_lookup[mi_8x8[0]->mbmi.sb_type]; in count_segs_sb()
182 if (bw == bs && bh == bs) { in count_segs_sb()
185 } else if (bw == bs && bh < bs) { in count_segs_sb()
191 } else if (bw < bs && bh == bs) { in count_segs_sb()
201 assert(bw < bs && bh < bs); in count_segs_sb()
Dvp9_aq_complexity.c68 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; in vp9_select_in_frame_q_segment() local
70 const int ymis = MIN(cm->mi_rows - mi_row, bh); in vp9_select_in_frame_q_segment()
82 (bw * bh); in vp9_select_in_frame_q_segment()
Dvp9_aq_variance.c126 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; in block_variance() local
129 vp9_64_zeros, 0, bw, bh, &sse, &avg); in block_variance()
130 var = sse - (((int64_t)avg * avg) / (bw * bh)); in block_variance()
131 return (256 * var) / (bw * bh); in block_variance()
Dvp9_aq_cyclicrefresh.c135 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_segment() local
137 const int ymis = MIN(cm->mi_rows - mi_row, bh); in vp9_cyclic_refresh_update_segment()
Dvp9_encodeframe.c1324 int *bh, int *bw) { in find_partition_size() argument
1329 *bh = num_8x8_blocks_high_lookup[bsize]; in find_partition_size()
1331 if ((*bh <= rows_left) && (*bw <= cols_left)) { in find_partition_size()
1353 int bh = num_8x8_blocks_high_lookup[bsize]; in set_fixed_partitioning() local
1361 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) { in set_fixed_partitioning()
1370 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) { in set_fixed_partitioning()
1376 (col8x8_remaining - block_col), &bh, &bw); in set_fixed_partitioning()
1934 int bh, bw; in rd_auto_partition_range() local
1973 &bh, &bw); in rd_auto_partition_range()
Dvp9_encodemb.c59 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in vp9_subtract_plane() local
61 vp9_subtract_block(bh, bw, p->src_diff, bw, p->src.buf, p->src.stride, in vp9_subtract_plane()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c118 int bw, int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb() argument
124 const int spel_top = (VP9_INTERP_EXTEND + bh) << SUBPEL_BITS; in clamp_mv_to_umv_border_sb()
143 int bw, int bh, in build_inter_predictors() argument
172 const MV mv_q4 = clamp_mv_to_umv_border_sb(xd, &mv, bw, bh, in build_inter_predictors()
213 const int bh = 4 * num_4x4_h; in build_inter_predictors_for_planes() local
220 build_inter_predictors(xd, plane, i++, bw, bh, in build_inter_predictors_for_planes()
223 build_inter_predictors(xd, plane, 0, bw, bh, in build_inter_predictors_for_planes()
224 0, 0, bw, bh, mi_x, mi_y); in build_inter_predictors_for_planes()
247 int bw, int bh, in dec_build_inter_predictors() argument
276 const MV mv_q4 = clamp_mv_to_umv_border_sb(xd, &mv, bw, bh, in dec_build_inter_predictors()
[all …]
Dvp9_onyxc_int.h271 int mi_row, int bh, in set_mi_row_col() argument
275 xd->mb_to_bottom_edge = ((mi_rows - bh - mi_row) * MI_SIZE) * 8; in set_mi_row_col()
Dvp9_pred_common.c373 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_get_segment_id() local
375 const int ymis = MIN(cm->mi_rows - mi_row, bh); in vp9_get_segment_id()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c91 const int bh = num_8x8_blocks_high_lookup[bsize]; in set_segment_id() local
93 const int ymis = MIN(cm->mi_rows - mi_row, bh); in set_segment_id()
Dvp9_decodeframe.c300 const int bh = num_8x8_blocks_high_lookup[bsize]; in set_offsets() local
302 const int y_mis = MIN(bh, cm->mi_rows - mi_row); in set_offsets()
317 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols); in set_offsets()