/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 47 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() 48 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() 70 visit(plane, i, r, c, plane_bsize, tx_size, arg); in vp9_foreach_transformed_block_in_plane() 88 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts() argument 97 const int blocks_wide = num_4x4_blocks_wide_lookup[plane_bsize] + in vp9_set_contexts() 112 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] + in vp9_set_contexts()
|
D | vp9_blockd.h | 249 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in reset_skip_context() local 251 sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_wide_lookup[plane_bsize]); in reset_skip_context() 253 sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high_lookup[plane_bsize]); in reset_skip_context() 268 BLOCK_SIZE plane_bsize, 281 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
|
D | vp9_reconinter.c | 215 const BLOCK_SIZE plane_bsize = in build_inter_predictors_for_planes() local 217 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in build_inter_predictors_for_planes() 218 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.h | 33 BLOCK_SIZE plane_bsize, TX_SIZE tx_size); 35 BLOCK_SIZE plane_bsize, TX_SIZE tx_size); 37 BLOCK_SIZE plane_bsize, TX_SIZE tx_size); 42 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg);
|
D | vp9_tokenize.c | 318 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in set_entropy_context_b() argument 326 vp9_set_contexts(xd, pd, plane_bsize, tx_size, p->eobs[block] > 0, col, row); in set_entropy_context_b() 349 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in tokenize_b() argument 417 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, col, row); in tokenize_b() 426 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *argv) { in is_skippable() argument 429 (void)plane_bsize; in is_skippable() 447 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in has_high_freq_coeff() argument 452 (void)plane_bsize; in has_high_freq_coeff()
|
D | vp9_encodemb.c | 36 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane() local 37 const int bw = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_subtract_plane() 38 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in vp9_subtract_plane() 349 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_fp() argument 358 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_xform_quant_fp() 424 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_dc() argument 432 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_xform_quant_dc() 494 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant() argument 503 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_xform_quant() 575 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in encode_block() argument [all …]
|
D | vp9_rd.c | 450 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_get_entropy_contexts() local 451 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_get_entropy_contexts() 452 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_get_entropy_contexts() 557 int vp9_raster_block_offset(BLOCK_SIZE plane_bsize, int raster_block, in vp9_raster_block_offset() argument 559 const int bw = b_width_log2_lookup[plane_bsize]; in vp9_raster_block_offset() 565 int16_t *vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize, int raster_block, in vp9_raster_block_offset_int16() argument 567 const int stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_raster_block_offset_int16() 568 return base + vp9_raster_block_offset(plane_bsize, raster_block, stride); in vp9_raster_block_offset_int16()
|
D | vp9_rd.h | 152 int vp9_raster_block_offset(BLOCK_SIZE plane_bsize, int raster_block, 155 int16_t *vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize, int raster_block,
|
D | vp9_rdopt.c | 466 int blk_col, const BLOCK_SIZE plane_bsize, in pixel_sse() argument 469 const int plane_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in pixel_sse() 470 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in pixel_sse() 505 const BLOCK_SIZE plane_bsize, in sum_squares_visible() argument 508 const int plane_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in sum_squares_visible() 509 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in sum_squares_visible() 538 BLOCK_SIZE plane_bsize, int block, int blk_row, in dist_block() argument 589 blk_col, plane_bsize, tx_bsize); in dist_block() 644 plane_bsize, tx_bsize); in dist_block() 658 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in block_rd_txfm() argument [all …]
|
D | vp9_pickmode.c | 763 static void model_rd_for_sb_uv(VP9_COMP *cpi, BLOCK_SIZE plane_bsize, in model_rd_for_sb_uv() argument 791 const BLOCK_SIZE bs = plane_bsize; in model_rd_for_sb_uv() 965 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in estimate_block_intra() argument 985 vp9_predict_intra_block(xd, b_width_log2_lookup[plane_bsize], tx_size, in estimate_block_intra() 998 model_rd_for_sb_uv(cpi, plane_bsize, x, xd, &this_rdc, &var, &sse, plane, in estimate_block_intra()
|