/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 66 void av1_subtract_txb(MACROBLOCK *x, int plane, BLOCK_SIZE plane_bsize, in av1_subtract_txb() 89 const BLOCK_SIZE plane_bsize = in av1_subtract_plane() local 133 int blk_row, int blk_col, BLOCK_SIZE plane_bsize, in av1_xform_quant() 202 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg, in encode_block() 300 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in encode_block_inter() 362 const BLOCK_SIZE plane_bsize = in av1_foreach_transformed_block_in_plane() local 420 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in encode_block_pass1() 494 const BLOCK_SIZE plane_bsize = in av1_encode_sb() local 542 BLOCK_SIZE plane_bsize, in encode_block_intra_and_set_context() 555 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in av1_encode_block_intra()
|
D | tokenize.c | 134 TX_SIZE tx_size, BLOCK_SIZE plane_bsize, int blk_row, in tokenize_vartx() 215 const BLOCK_SIZE plane_bsize = in av1_tokenize_sb_vartx() local
|
D | rd.c | 944 static void get_entropy_contexts_plane(BLOCK_SIZE plane_bsize, in get_entropy_contexts_plane() 961 const BLOCK_SIZE plane_bsize = in av1_get_entropy_contexts() local 1041 int av1_raster_block_offset(BLOCK_SIZE plane_bsize, int raster_block, in av1_raster_block_offset() 1049 int16_t *av1_raster_block_offset_int16(BLOCK_SIZE plane_bsize, int raster_block, in av1_raster_block_offset_int16()
|
D | reconinter_enc.c | 124 const BLOCK_SIZE plane_bsize = scale_chroma_bsize(bsize, ss_x, ss_y); in build_inter_predictors() local 502 const BLOCK_SIZE plane_bsize = get_plane_block_size( in av1_build_inter_predictors_for_planes_single_buf() local 599 const BLOCK_SIZE plane_bsize = get_plane_block_size( in av1_build_wedge_inter_predictor_from_buf() local
|
D | rdopt.c | 1951 const MACROBLOCK *const x, BLOCK_SIZE plane_bsize, in model_rd_from_sse() 2024 const BLOCK_SIZE plane_bsize = in model_rd_for_sb() local 2101 BLOCK_SIZE plane_bsize, int blk_row, int blk_col, in get_txb_dimensions() 2135 const BLOCK_SIZE plane_bsize, in pixel_dist() 2163 const BLOCK_SIZE plane_bsize, in pixel_diff_dist() 2253 int blk_col, BLOCK_SIZE plane_bsize, in get_intra_txb_hash() 2303 int plane, BLOCK_SIZE plane_bsize, in dist_block_px_domain() 2474 int blk_col, BLOCK_SIZE plane_bsize, in PrintTransformUnitStats() 2572 BLOCK_SIZE plane_bsize) { in PrintPredictionUnitStats() 2706 const MACROBLOCK *const x, BLOCK_SIZE plane_bsize, in model_rd_with_dnn() [all …]
|
D | bitstream.c | 356 BLOCK_SIZE plane_bsize, aom_bit_depth_t bit_depth, in pack_txb_tokens() 1379 const BLOCK_SIZE plane_bsize = in write_inter_txb_coeff() local 1445 const BLOCK_SIZE plane_bsize = mbmi->sb_type; in write_tokens_b() local
|
D | encodetxb.c | 1902 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, 1978 int blk_col, BLOCK_SIZE plane_bsize,
|
D | encodeframe.c | 5842 BLOCK_SIZE plane_bsize, int mi_row, in tx_partition_count_update() 5902 MACROBLOCKD *xd, BLOCK_SIZE plane_bsize, in tx_partition_set_contexts()
|
/external/libaom/libaom/av1/common/ |
D | blockd.c | 32 int plane, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in av1_set_contexts() 70 const BLOCK_SIZE plane_bsize = in av1_reset_skip_context() local
|
D | cfl.h | 28 const int plane_bsize = get_plane_block_size(bsize, ssx, ssy); in is_cfl_allowed() local
|
D | reconinter.c | 998 BLOCK_SIZE plane_bsize, in build_smooth_interintra_mask() 1041 BLOCK_SIZE plane_bsize, uint8_t *comppred, in combine_interintra() 1069 int wedge_sign, BLOCK_SIZE bsize, BLOCK_SIZE plane_bsize, in combine_interintra_highbd() 1103 BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, ssx, ssy); in av1_build_intra_predictors_for_interintra() local 1121 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, ssx, ssy); in av1_combine_interintra() local
|
D | txb_common.h | 353 static INLINE void get_txb_ctx(const BLOCK_SIZE plane_bsize, in get_txb_ctx()
|
D | av1_loopfilter.c | 723 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsizec][ssx][ssy]; in setup_masks() local 826 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in setup_tx_block_mask() 897 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsizec][ssx][ssy]; in setup_fix_block_mask() local
|
D | onyxc_int.h | 1102 BLOCK_SIZE plane_bsize, int plane, in max_intra_block_width() 1110 BLOCK_SIZE plane_bsize, int plane, in max_intra_block_height()
|
D | reconintra.c | 1612 const BLOCK_SIZE plane_bsize = get_plane_block_size( in av1_predict_intra_block_facade() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.c | 46 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_foreach_transformed_block_in_plane() local 88 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts()
|
D | vp9_reconinter.c | 215 const BLOCK_SIZE plane_bsize = in build_inter_predictors_for_planes() local
|
D | vp9_blockd.h | 254 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in reset_skip_context() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 36 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane() local 345 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_fp() 422 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_dc() 495 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant() 578 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in encode_block() 691 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in encode_block_pass1() 753 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in vp9_encode_block_intra()
|
D | vp9_tokenize.c | 318 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in set_entropy_context_b() 349 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in tokenize_b() 426 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *argv) { in is_skippable() 447 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in has_high_freq_coeff()
|
D | vp9_rd.c | 504 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_get_entropy_contexts() local 611 int vp9_raster_block_offset(BLOCK_SIZE plane_bsize, int raster_block, in vp9_raster_block_offset() 619 int16_t *vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize, int raster_block, in vp9_raster_block_offset_int16()
|
D | vp9_rdopt.c | 468 int blk_col, const BLOCK_SIZE plane_bsize, in pixel_sse() 507 const BLOCK_SIZE plane_bsize, in sum_squares_visible() 540 BLOCK_SIZE plane_bsize, int block, int blk_row, in dist_block() 660 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in block_rd_txfm() 1490 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->sb_type, pd); in encode_inter_mb_segment() local
|
D | vp9_pickmode.c | 801 static void model_rd_for_sb_uv(VP9_COMP *cpi, BLOCK_SIZE plane_bsize, in model_rd_for_sb_uv() 1001 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in estimate_block_intra()
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 339 const BLOCK_SIZE plane_bsize = in av1_read_coeffs_txb_facade() local
|
D | decodeframe.c | 286 int plane, BLOCK_SIZE plane_bsize, in decode_reconstruct_tx() 681 const BLOCK_SIZE plane_bsize = scale_chroma_bsize(bsize, ss_x, ss_y); in dec_build_inter_predictors() local 1197 const BLOCK_SIZE plane_bsize = get_plane_block_size( in decode_token_recon_block() local
|