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