/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.c | 49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_foreach_transformed_block_in_plane() local 50 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() 51 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_foreach_transformed_block_in_plane() 79 visit(plane, i, plane_bsize, tx_size, arg); in vp9_foreach_transformed_block_in_plane() 85 visit(plane, i, plane_bsize, tx_size, arg); in vp9_foreach_transformed_block_in_plane() 100 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts() argument 109 const int blocks_wide = num_4x4_blocks_wide_lookup[plane_bsize] + in vp9_set_contexts() 126 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] + in vp9_set_contexts()
|
D | vp9_blockd.h | 280 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][1][1]; in get_uv_tx_size_impl() local 281 return MIN(y_tx_size, max_txsize_lookup[plane_bsize]); in get_uv_tx_size_impl() 297 BLOCK_SIZE plane_bsize, 310 static INLINE void txfrm_block_to_raster_xy(BLOCK_SIZE plane_bsize, in txfrm_block_to_raster_xy() argument 313 const int bwl = b_width_log2(plane_bsize); in txfrm_block_to_raster_xy() 322 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
|
D | vp9_entropy.h | 105 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in reset_skip_context() local 107 num_4x4_blocks_wide_lookup[plane_bsize]); in reset_skip_context() 109 num_4x4_blocks_high_lookup[plane_bsize]); in reset_skip_context()
|
D | vp9_reconinter.c | 208 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in build_inter_predictors_for_planes() local 210 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in build_inter_predictors_for_planes() 211 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in build_inter_predictors_for_planes() 391 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in vp9_dec_build_inter_predictors_sb() local 393 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_dec_build_inter_predictors_sb() 394 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; in vp9_dec_build_inter_predictors_sb()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.h | 27 BLOCK_SIZE plane_bsize, TX_SIZE tx_size); 32 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
|
D | vp9_encodemb.c | 57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane() local 58 const int bw = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_subtract_plane() 59 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize]; in vp9_subtract_plane() 108 static void optimize_b(int plane, int block, BLOCK_SIZE plane_bsize, in optimize_b() argument 318 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant() argument 327 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in vp9_xform_quant() 330 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in vp9_xform_quant() 367 static void encode_block(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block() argument 379 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &i, &j); in encode_block() 393 vp9_xform_quant(x, plane, block, plane_bsize, tx_size); in encode_block() [all …]
|
D | vp9_tokenize.c | 167 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, in set_entropy_context_b() argument 174 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); in set_entropy_context_b() 175 vp9_set_contexts(xd, pd, plane_bsize, tx_size, p->eobs[block] > 0, in set_entropy_context_b() 209 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, in tokenize_b() argument 240 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); in tokenize_b() 285 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff); in tokenize_b() 294 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in is_skippable() argument
|
D | vp9_rdopt.c | 140 static int raster_block_offset(BLOCK_SIZE plane_bsize, in raster_block_offset() argument 142 const int bw = b_width_log2(plane_bsize); in raster_block_offset() 147 static int16_t* raster_block_offset_int16(BLOCK_SIZE plane_bsize, in raster_block_offset_int16() argument 149 const int stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; in raster_block_offset_int16() 150 return base + raster_block_offset(plane_bsize, raster_block, stride); in raster_block_offset_int16() 650 static void rate_block(int plane, int block, BLOCK_SIZE plane_bsize, in rate_block() argument 653 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx); in rate_block() 661 static void block_rd_txfm(int plane, int block, BLOCK_SIZE plane_bsize, in block_rd_txfm() argument 673 vp9_encode_block_intra(x, plane, block, plane_bsize, tx_size, &mbmi->skip); in block_rd_txfm() 675 vp9_xform_quant(x, plane, block, plane_bsize, tx_size); in block_rd_txfm() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_detokenize.h | 23 int plane, int block, BLOCK_SIZE plane_bsize,
|
D | vp9_detokenize.c | 198 int plane, int block, BLOCK_SIZE plane_bsize, in vp9_decode_block_tokens() argument 207 vp9_set_contexts(xd, pd, plane_bsize, tx_size, eob > 0, x, y); in vp9_decode_block_tokens()
|
D | vp9_decodeframe.c | 244 BLOCK_SIZE plane_bsize, in predict_and_reconstruct_intra_block() argument 255 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y); in predict_and_reconstruct_intra_block() 259 b_width_log2(plane_bsize), tx_size, mode, in predict_and_reconstruct_intra_block() 265 plane_bsize, x, y, tx_size, in predict_and_reconstruct_intra_block() 280 BLOCK_SIZE plane_bsize, in reconstruct_inter_block() argument 287 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x, &y); in reconstruct_inter_block() 288 eob = vp9_decode_block_tokens(cm, xd, plane, block, plane_bsize, x, y, in reconstruct_inter_block()
|