/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encodemb.c | 56 int blk_col, int blk_row, TX_SIZE tx_size) { in av1_subtract_txb() 296 void av1_xform_quant(MACROBLOCK *x, int plane, int block, int blk_row, in av1_xform_quant() 303 void av1_xform(MACROBLOCK *x, int plane, int block, int blk_row, int blk_col, in av1_xform() 390 static void encode_block(int plane, int block, int blk_row, int blk_col, in encode_block() 508 static void encode_block_inter(int plane, int block, int blk_row, int blk_col, in encode_block_inter() 601 for (int blk_row = r; blk_row < unit_height; blk_row += txh_unit) { in av1_foreach_transformed_block_in_plane() local 618 static void encode_block_pass1(int plane, int block, int blk_row, int blk_col, in encode_block_pass1() 713 int blk_row, blk_col; in av1_encode_sb() local 728 static void encode_block_intra(int plane, int block, int blk_row, int blk_col, in encode_block_intra() 842 int blk_row, int blk_col, in encode_block_intra_and_set_context()
|
H A D | tx_search.c | 121 int64_t av1_pixel_diff_dist(const MACROBLOCK *x, int plane, int blk_row, in av1_pixel_diff_dist() 148 MACROBLOCK *x, int plane, int blk_row, int blk_col, in pixel_diff_stats() 537 int blk_row, int blk_col, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in PrintTransformUnitStats() 846 int blk_row, int blk_col, in inverse_transform_block_facade() 865 int block, int blk_row, int blk_col, in recon_intra() 946 int blk_row, int blk_col, in pixel_dist() 966 int block, int blk_row, int blk_col, in dist_block_px_domain() 1112 int blk_row, int blk_col, BLOCK_SIZE plane_bsize, int *txk_map, in prune_txk_type_separ() 1255 int block, TX_SIZE tx_size, int blk_row, in prune_txk_type() 1479 int blk_row, int blk_col, TxSetType tx_set_type, in prune_tx_2D() [all …]
|
H A D | encodetxb.c | 293 aom_writer *w, int blk_row, int blk_col, int plane, 460 for (int blk_row = row >> pd->subsampling_y; blk_row < unit_height; local 493 MACROBLOCKD *xd, int blk_row, int blk_col, 570 void av1_update_and_record_txb_context(int plane, int block, int blk_row, 732 void av1_record_txb_context(int plane, int block, int blk_row, int blk_col,
|
H A D | tokenize.c | 281 BLOCK_SIZE plane_bsize, int blk_row, int blk_col, in tokenize_vartx() 386 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx() local
|
H A D | rdopt_utils.h | 308 BLOCK_SIZE plane_bsize, int blk_row, in get_txb_dimensions()
|
H A D | bitstream.c | 153 TX_SIZE tx_size, int depth, int blk_row, in write_tx_size_vartx() 374 int blk_row, int blk_col, TX_SIZE tx_size, TOKEN_STATS *token_stats) { in pack_txb_tokens() 1421 for (int blk_row = row >> ss_y; blk_row < unit_height; blk_row += bkh) { in write_inter_txb_coeff() local
|
H A D | firstpass.c | 416 int blk_row, int blk_col, in first_pass_intra_pred_and_calc_diff()
|
H A D | encodeframe_utils.c | 212 for (int blk_row = 0; blk_row < bh; ++blk_row) { in av1_update_state() local
|
H A D | partition_search.c | 207 int blk_row, int blk_col, in update_txfm_count() 295 static void set_txfm_context(MACROBLOCKD *xd, TX_SIZE tx_size, int blk_row, in set_txfm_context()
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | mvref_common.c | 330 int blk_row, int blk_col, int_mv *gm_mv_candidates, in add_tpl_ref_mv() 570 for (int blk_row = 0; blk_row < blk_row_end; blk_row += step_h) { in setup_ref_mv_list() local 582 const int blk_row = tpl_sample_pos[i][0]; in setup_ref_mv_list() local 877 static int get_block_position(AV1_COMMON *cm, int *mi_r, int *mi_c, int blk_row, in get_block_position() 951 for (int blk_row = 0; blk_row < mvs_rows; ++blk_row) { in motion_field_projection() local
|
H A D | blockd.h | 1206 static inline int av1_get_txb_size_index(BLOCK_SIZE bsize, int blk_row, in av1_get_txb_size_index() 1236 static inline int av1_get_txk_type_index(BLOCK_SIZE bsize, int blk_row, in av1_get_txk_type_index() 1255 static inline void update_txk_array(MACROBLOCKD *const xd, int blk_row, in update_txk_array() 1279 PLANE_TYPE plane_type, int blk_row, in av1_get_tx_type()
|
H A D | av1_loopfilter.c | 209 const int blk_row = mi_row & (mi_size_high[sb_type] - 1); in get_transform_size() local
|
H A D | reconintra.c | 1837 int plane, int blk_col, int blk_row, in av1_predict_intra_block_facade()
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_enc_sbh_funcs.c | 123 WORD32 blk_row, blk_col; in ihevce_sign_data_hiding() local
|
H A D | ihevce_cabac_tu.c | 2489 WORD32 blk_row, blk_col; in ihevce_cabac_residue_encode_rdoq() local 3345 WORD32 blk_row; in ihevce_find_new_last_csb() local
|
H A D | ihevce_enc_loop_utils.c | 947 WORD32 blk_row, blk_col; in ihevce_scan_coeffs() local
|
/aosp_15_r20/external/libhevc/encoder/arm/ |
H A D | ihevce_scan_coeffs_neon.c | 131 WORD32 blk_row, blk_col; in ihevce_scan_coeffs_neon() local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodeframe.c | 244 const int plane, const int blk_row, const int blk_col, in inverse_transform_inter_block() 284 BLOCK_SIZE plane_bsize, int blk_row, in decode_reconstruct_tx() 937 for (int blk_row = row >> pd->subsampling_y; blk_row < unit_height; in decode_token_recon_block() local 987 int blk_row, blk_col; in decode_token_recon_block() local 1015 int split_size, int txs, int blk_row, in set_inter_tx_size() 1029 TX_SIZE tx_size, int depth, int blk_row, in read_tx_size_vartx()
|
H A D | decodetxb.c | 112 const int blk_row, const int blk_col, in read_coeffs_txb()
|
H A D | decodemv.c | 625 void av1_read_tx_type(const AV1_COMMON *const cm, MACROBLOCKD *xd, int blk_row, in av1_read_tx_type()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_rdopt.c | 465 uint8_t *dst, const int dst_stride, int blk_row, in copy_block_visible() 526 const uint8_t *dst, const int dst_stride, int blk_row, in pixel_sse() 562 BLOCK_SIZE plane_bsize, int block, int blk_row, in dist_block() 699 static void block_rd_txfm(int plane, int block, int blk_row, int blk_col, in block_rd_txfm()
|
H A D | vp9_encoder.h | 1558 int blk_row, int blk_col, in sum_squares_visible() 1599 int blk_row, int blk_col, in do_trellis_opt()
|