| /external/libaom/av1/encoder/ |
| D | encodemb.c | 56 int blk_col, int blk_row, TX_SIZE tx_size) { in av1_subtract_txb() argument 66 uint8_t *dst = &pd->dst.buf[(blk_row * dst_stride + blk_col) << MI_SIZE_LOG2]; in av1_subtract_txb() 67 uint8_t *src = &p->src.buf[(blk_row * src_stride + blk_col) << MI_SIZE_LOG2]; in av1_subtract_txb() 69 &p->src_diff[(blk_row * diff_stride + blk_col) << MI_SIZE_LOG2]; in av1_subtract_txb() 288 void av1_xform_quant(MACROBLOCK *x, int plane, int block, int blk_row, in av1_xform_quant() argument 291 av1_xform(x, plane, block, blk_row, blk_col, plane_bsize, txfm_param); in av1_xform_quant() 295 void av1_xform(MACROBLOCK *x, int plane, int block, int blk_row, int blk_col, in av1_xform() argument 302 const int src_offset = (blk_row * diff_stride + blk_col); in av1_xform() 382 static void encode_block(int plane, int block, int blk_row, int blk_col, in encode_block() argument 400 dst = &pd->dst.buf[(blk_row * pd->dst.stride + blk_col) << MI_SIZE_LOG2]; in encode_block() [all …]
|
| D | tx_search.c | 125 int blk_row, int blk_col, in pixel_diff_dist() argument 131 get_txb_dimensions(xd, plane, plane_bsize, blk_row, blk_col, tx_bsize, NULL, in pixel_diff_dist() 136 diff += ((blk_row * diff_stride + blk_col) << MI_SIZE_LOG2); in pixel_diff_dist() 152 MACROBLOCK *x, int plane, int blk_row, int blk_col, in pixel_diff_stats() argument 157 get_txb_dimensions(xd, plane, plane_bsize, blk_row, blk_col, tx_bsize, NULL, in pixel_diff_stats() 162 diff += ((blk_row * diff_stride + blk_col) << MI_SIZE_LOG2); in pixel_diff_stats() 334 const AV1_COMP *cpi, MACROBLOCK *x, int blk_row, int blk_col, int block, 541 int blk_row, int blk_col, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in PrintTransformUnitStats() argument 571 &p->src.buf[(blk_row * src_stride + blk_col) << MI_SIZE_LOG2]; in PrintTransformUnitStats() 574 &pd->dst.buf[(blk_row * dst_stride + blk_col) << MI_SIZE_LOG2]; in PrintTransformUnitStats() [all …]
|
| D | tokenize.c | 280 BLOCK_SIZE plane_bsize, int blk_row, int blk_col, in tokenize_vartx() argument 289 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in tokenize_vartx() 294 : mbmi->inter_tx_size[av1_get_txb_size_index(plane_bsize, blk_row, in tokenize_vartx() 303 av1_update_and_record_txb_context(plane, block, blk_row, blk_col, in tokenize_vartx() 306 av1_record_txb_context(plane, block, blk_row, blk_col, plane_bsize, in tokenize_vartx() 316 AOMMIN(tx_size_high_unit[tx_size], max_blocks_high - blk_row); in tokenize_vartx() 323 const int offsetr = blk_row + row; in tokenize_vartx() 385 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx() local 387 tokenize_vartx(td, max_tx_size, plane_bsize, blk_row, blk_col, in av1_tokenize_sb_vartx()
|
| D | encodetxb.c | 270 aom_writer *w, int blk_row, int blk_col, int plane, argument 287 av1_get_tx_type(xd, plane_type, blk_row, blk_col, tx_size, 437 for (int blk_row = row >> pd->subsampling_y; blk_row < unit_height; local 438 blk_row += stepr) { 441 av1_write_coeffs_txb(cm, x, w, blk_row, blk_col, plane, 470 MACROBLOCKD *xd, int blk_row, int blk_col, argument 484 const TX_TYPE tx_type = av1_get_tx_type(xd, PLANE_TYPE_Y, blk_row, blk_col, 547 void av1_update_and_record_txb_context(int plane, int block, int blk_row, argument 563 av1_get_tx_type(xd, plane_type, blk_row, blk_col, tx_size, 573 pd->left_entropy_context + blk_row, &txb_ctx); [all …]
|
| D | encodetxb.h | 90 aom_writer *w, int blk_row, int blk_col, int plane, 184 void av1_update_and_record_txb_context(int plane, int block, int blk_row, 220 void av1_record_txb_context(int plane, int block, int blk_row, int blk_col,
|
| D | encodemb.h | 87 void av1_xform_quant(MACROBLOCK *x, int plane, int block, int blk_row, 91 void av1_xform(MACROBLOCK *x, int plane, int block, int blk_row, int blk_col, 138 int blk_col, int blk_row, TX_SIZE tx_size); 150 void av1_encode_block_intra(int plane, int block, int blk_row, int blk_col,
|
| D | bitstream.c | 149 int blk_row, int blk_col, in write_tx_size_vartx() argument 155 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in write_tx_size_vartx() 159 xd->left_txfm_context + blk_row, tx_size, tx_size); in write_tx_size_vartx() 164 xd->left_txfm_context + blk_row, in write_tx_size_vartx() 167 av1_get_txb_size_index(mbmi->bsize, blk_row, blk_col); in write_tx_size_vartx() 174 xd->left_txfm_context + blk_row, tx_size, tx_size); in write_tx_size_vartx() 185 xd->left_txfm_context + blk_row, sub_txs, tx_size); in write_tx_size_vartx() 191 const int offsetr = blk_row + row; in write_tx_size_vartx() 371 int blk_row, int blk_col, TX_SIZE tx_size, TOKEN_STATS *token_stats) { in pack_txb_tokens() argument 375 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in pack_txb_tokens() [all …]
|
| D | firstpass.c | 385 int blk_row, int blk_col, in first_pass_intra_pred_and_calc_diff() argument 395 uint8_t *dst = &pd->dst.buf[(blk_row * dst_stride + blk_col) << MI_SIZE_LOG2]; in first_pass_intra_pred_and_calc_diff() 399 uint8_t *src = &p->src.buf[(blk_row * src_stride + blk_col) << MI_SIZE_LOG2]; in first_pass_intra_pred_and_calc_diff() 404 src_stride, dst, dst_stride, blk_col, blk_row, plane); in first_pass_intra_pred_and_calc_diff() 406 av1_subtract_txb(x, plane, plane_bsize, blk_col, blk_row, tx_size); in first_pass_intra_pred_and_calc_diff()
|
| D | rdopt_utils.h | 308 BLOCK_SIZE plane_bsize, int blk_row, in get_txb_dimensions() argument 327 clamp(block_rows - (blk_row << MI_SIZE_LOG2), 0, txb_height); in get_txb_dimensions()
|
| D | encodeframe_utils.c | 256 for (int blk_row = 0; blk_row < bh; ++blk_row) { in av1_update_state() local 257 av1_copy_array(tx_type_map + blk_row * mi_stride, in av1_update_state() 258 xd->tx_type_map + blk_row * xd->tx_type_map_stride, bw); in av1_update_state()
|
| D | partition_search.c | 207 int blk_row, int blk_col, in update_txfm_count() argument 214 xd->left_txfm_context + blk_row, mbmi->bsize, in update_txfm_count() 216 const int txb_size_index = av1_get_txb_size_index(bsize, blk_row, blk_col); in update_txfm_count() 219 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in update_txfm_count() 226 xd->left_txfm_context + blk_row, tx_size, tx_size); in update_txfm_count() 238 xd->left_txfm_context + blk_row, tx_size, tx_size); in update_txfm_count() 255 xd->left_txfm_context + blk_row, TX_4X4, tx_size); in update_txfm_count() 264 update_txfm_count(x, xd, counts, sub_txs, depth + 1, blk_row + offsetr, in update_txfm_count() 295 static void set_txfm_context(MACROBLOCKD *xd, TX_SIZE tx_size, int blk_row, in set_txfm_context() argument 301 const int txb_size_index = av1_get_txb_size_index(bsize, blk_row, blk_col); in set_txfm_context() [all …]
|
| /external/libhevc/encoder/ |
| D | ihevce_enc_sbh_funcs.c | 123 WORD32 blk_row, blk_col; in ihevce_sign_data_hiding() local 189 blk_row = (pu1_trans_table[trans_unit_idx] >> shift_value) * 4; in ihevce_sign_data_hiding() 201 y_pos = (pu1_csb_table[i] >> 2) + blk_row; in ihevce_sign_data_hiding() 220 y_pos = (pu1_csb_table[first_scan_pos] >> 2) + blk_row; in ihevce_sign_data_hiding() 237 y_pos = (pu1_csb_table[i] >> 2) + blk_row; in ihevce_sign_data_hiding() 286 y_pos = (pu1_csb_table[best_pos] >> 2) + blk_row; in ihevce_sign_data_hiding()
|
| D | ihevce_cabac_tu.c | 2489 WORD32 blk_row, blk_col; in ihevce_cabac_residue_encode_rdoq() local 2514 blk_row = pu1_trans_table[i] >> shift_value; /*row of csb*/ in ihevce_cabac_residue_encode_rdoq() 2517 scaled_blk_row = blk_row << 2; in ihevce_cabac_residue_encode_rdoq() 2526 ->pu1_csbf_buf[pi4_subBlock2csbfId_map[blk_row * trans_size / 4 + blk_col + 1]]) in ihevce_cabac_residue_encode_rdoq() 2532 if((blk_row + 1 < trans_size / 4)) /* checking bottom boundary */ in ihevce_cabac_residue_encode_rdoq() 2535 … ->pu1_csbf_buf[pi4_subBlock2csbfId_map[(blk_row + 1) * trans_size / 4 + blk_col]]) in ihevce_cabac_residue_encode_rdoq() 3345 WORD32 blk_row; in ihevce_find_new_last_csb() local 3366 blk_row = pu1_trans_table[i] >> shift_value; in ihevce_find_new_last_csb() 3374 y_pos = (pu1_csb_table[j] >> 2) + blk_row * 4; in ihevce_find_new_last_csb()
|
| D | ihevce_enc_loop_utils.c | 947 WORD32 blk_row, blk_col; in ihevce_scan_coeffs() local 999 blk_row = pu1_trans_table[trans_unit_idx] >> shift_value; in ihevce_scan_coeffs() 1007 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs() 1074 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs() 1133 blk_row = pu1_trans_table[trans_unit_idx] >> shift_value; /*row of csb*/ in ihevce_scan_coeffs() 1152 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[blk_row * trans_size / 4 + blk_col + 1]]) in ihevce_scan_coeffs() 1158 if((blk_row + 1 < trans_size / 4)) /* checking bottom oundary */ in ihevce_scan_coeffs() 1160 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[(blk_row + 1) * trans_size / 4 + blk_col]]) in ihevce_scan_coeffs() 1186 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs()
|
| /external/libhevc/encoder/arm/ |
| D | ihevce_scan_coeffs_neon.c | 131 WORD32 blk_row, blk_col; in ihevce_scan_coeffs_neon() local 188 blk_row = pu1_trans_table[trans_unit_idx] >> shift_value; in ihevce_scan_coeffs_neon() 191 pi2_temp_quant_coeff += (blk_col * 4 + (blk_row * 4) * trans_size); in ihevce_scan_coeffs_neon() 262 u1_last_y = (pu1_csb_table[pos_last_coded] >> 2) + blk_row * 4; in ihevce_scan_coeffs_neon() 330 blk_row = pu1_trans_table[trans_unit_idx] >> shift_value; /*row of csb*/ in ihevce_scan_coeffs_neon() 349 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[blk_row * trans_size / 4 + blk_col + 1]]) in ihevce_scan_coeffs_neon() 355 if((blk_row + 1 < trans_size / 4)) /* checking bottom oundary */ in ihevce_scan_coeffs_neon() 357 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[(blk_row + 1) * trans_size / 4 + blk_col]]) in ihevce_scan_coeffs_neon() 382 pi2_quant_coeffs + blk_col * 4 + (blk_row * 4) * trans_size; in ihevce_scan_coeffs_neon()
|
| /external/libaom/av1/common/ |
| D | blockd.h | 1210 static INLINE int av1_get_txb_size_index(BLOCK_SIZE bsize, int blk_row, in av1_get_txb_size_index() argument 1222 ((blk_row >> tw_h_log2_table[bsize]) << stride_log2_table[bsize]) + in av1_get_txb_size_index() 1240 static INLINE int av1_get_txk_type_index(BLOCK_SIZE bsize, int blk_row, in av1_get_txk_type_index() argument 1252 ((blk_row >> tw_h_log2_table[bsize]) << stride_log2_table[bsize]) + in av1_get_txk_type_index() 1259 static INLINE void update_txk_array(MACROBLOCKD *const xd, int blk_row, in update_txk_array() argument 1263 xd->tx_type_map[blk_row * stride + blk_col] = tx_type; in update_txk_array() 1276 xd->tx_type_map[(blk_row + idy) * stride + blk_col + idx] = tx_type; in update_txk_array() 1283 PLANE_TYPE plane_type, int blk_row, in av1_get_tx_type() argument 1293 tx_type = xd->tx_type_map[blk_row * xd->tx_type_map_stride + blk_col]; in av1_get_tx_type() 1298 blk_row <<= pd->subsampling_y; in av1_get_tx_type() [all …]
|
| D | mvref_common.c | 326 int blk_row, int blk_col, int_mv *gm_mv_candidates, in add_tpl_ref_mv() argument 332 mi_pos.row = (mi_row & 0x01) ? blk_row : blk_row + 1; in add_tpl_ref_mv() 363 if (blk_row == 0 && blk_col == 0) { in add_tpl_ref_mv() 391 if (blk_row == 0 && blk_col == 0) { in add_tpl_ref_mv() 566 for (int blk_row = 0; blk_row < blk_row_end; blk_row += step_h) { in setup_ref_mv_list() local 568 int ret = add_tpl_ref_mv(cm, xd, mi_row, mi_col, ref_frame, blk_row, in setup_ref_mv_list() 571 if (blk_row == 0 && blk_col == 0) is_available = ret; in setup_ref_mv_list() 578 const int blk_row = tpl_sample_pos[i][0]; in setup_ref_mv_list() local 581 if (!check_sb_border(mi_row, mi_col, blk_row, blk_col)) continue; in setup_ref_mv_list() 582 add_tpl_ref_mv(cm, xd, mi_row, mi_col, ref_frame, blk_row, blk_col, in setup_ref_mv_list() [all …]
|
| D | reconintra.h | 27 int plane, int blk_col, int blk_row,
|
| D | reconintra.c | 1654 int plane, int blk_col, int blk_row, in av1_predict_intra_block_facade() argument 1659 uint8_t *dst = &pd->dst.buf[(blk_row * dst_stride + blk_col) << MI_SIZE_LOG2]; in av1_predict_intra_block_facade() 1679 assert(blk_row == 0); in av1_predict_intra_block_facade() 1691 dst, dst_stride, blk_col, blk_row, plane); in av1_predict_intra_block_facade() 1705 dst, dst_stride, dst, dst_stride, blk_col, blk_row, plane); in av1_predict_intra_block_facade()
|
| /external/libaom/av1/decoder/ |
| D | decodetxb.c | 111 aom_reader *const r, const int blk_row, in av1_read_coeffs_txb() argument 144 av1_get_txk_type_index(mbmi->bsize, blk_row, blk_col); in av1_read_coeffs_txb() 152 xd->tx_type_map[blk_row * xd->tx_type_map_stride + blk_col] = DCT_DCT; in av1_read_coeffs_txb() 159 av1_read_tx_type(cm, xd, blk_row, blk_col, tx_size, r); in av1_read_coeffs_txb() 162 av1_get_tx_type(xd, plane_type, blk_row, blk_col, tx_size, in av1_read_coeffs_txb()
|
| D | decodemv.h | 30 void av1_read_tx_type(const AV1_COMMON *const cm, MACROBLOCKD *xd, int blk_row,
|
| D | decodetxb.h | 24 struct aom_reader *const r, const int blk_row,
|
| D | decodeframe.c | 233 const int plane, const int blk_row, const int blk_col, in inverse_transform_inter_block() argument 241 const TX_TYPE tx_type = av1_get_tx_type(xd, plane_type, blk_row, blk_col, in inverse_transform_inter_block() 245 &pd->dst.buf[(blk_row * pd->dst.stride + blk_col) << MI_SIZE_LOG2]; in inverse_transform_inter_block() 255 mi_to_pixel_loc(&pixel_c, &pixel_r, mi_col, mi_row, blk_col, blk_row, in inverse_transform_inter_block() 272 MB_MODE_INFO *const mbmi, int plane, BLOCK_SIZE plane_bsize, int blk_row, in decode_reconstruct_tx() argument 280 : mbmi->inter_tx_size[av1_get_txb_size_index(plane_bsize, blk_row, in decode_reconstruct_tx() 286 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in decode_reconstruct_tx() 289 td->read_coeffs_tx_inter_block_visit(cm, dcb, r, plane, blk_row, blk_col, in decode_reconstruct_tx() 292 td->inverse_tx_inter_block_visit(cm, dcb, r, plane, blk_row, blk_col, in decode_reconstruct_tx() 305 AOMMIN(tx_size_high_unit[tx_size], max_blocks_high - blk_row); in decode_reconstruct_tx() [all …]
|
| D | decodemv.c | 625 void av1_read_tx_type(const AV1_COMMON *const cm, MACROBLOCKD *xd, int blk_row, in av1_read_tx_type() argument 629 &xd->tx_type_map[blk_row * xd->tx_type_map_stride + blk_col]; in av1_read_tx_type()
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_rdopt.c | 474 uint8_t *dst, const int dst_stride, int blk_row, in copy_block_visible() argument 484 pd->subsampling_y, blk_row); in copy_block_visible() 535 const uint8_t *dst, const int dst_stride, int blk_row, in pixel_sse() argument 546 pd->subsampling_y, blk_row); in pixel_sse() 574 int blk_row, int blk_col, in sum_squares_visible() argument 585 pd->subsampling_y, blk_row); in sum_squares_visible() 608 BLOCK_SIZE plane_bsize, int block, int blk_row, in dist_block() argument 651 const int src_idx = 4 * (blk_row * src_stride + blk_col); in dist_block() 652 const int dst_idx = 4 * (blk_row * dst_stride + blk_col); in dist_block() 660 tmp = pixel_sse(cpi, xd, pd, src, src_stride, dst, dst_stride, blk_row, in dist_block() [all …]
|