Searched defs:plane_bsize (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane() local 108 static void optimize_b(int plane, int block, BLOCK_SIZE plane_bsize, in optimize_b() 318 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant() 367 static void encode_block(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block() 428 static void encode_block_pass1(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block_pass1() 475 static void encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block_intra() 602 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in vp9_encode_block_intra()
|
D | vp9_tokenize.c | 167 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, in set_entropy_context_b() 209 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, in tokenize_b() 294 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in is_skippable()
|
D | vp9_rdopt.c | 140 static int raster_block_offset(BLOCK_SIZE plane_bsize, in raster_block_offset() 147 static int16_t* raster_block_offset_int16(BLOCK_SIZE plane_bsize, in raster_block_offset_int16() 650 static void rate_block(int plane, int block, BLOCK_SIZE plane_bsize, in rate_block() 661 static void block_rd_txfm(int plane, int block, BLOCK_SIZE plane_bsize, in block_rd_txfm() 703 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_get_entropy_contexts() local 1549 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd); in encode_inter_mb_segment() local
|
/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 100 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts()
|
D | vp9_entropy.h | 105 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in reset_skip_context() local
|
D | vp9_reconinter.c | 208 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in build_inter_predictors_for_planes() local 391 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in vp9_dec_build_inter_predictors_sb() local
|
D | vp9_blockd.h | 280 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][1][1]; in get_uv_tx_size_impl() local 310 static INLINE void txfrm_block_to_raster_xy(BLOCK_SIZE plane_bsize, in txfrm_block_to_raster_xy()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 198 int plane, int block, BLOCK_SIZE plane_bsize, in vp9_decode_block_tokens()
|
D | vp9_decodeframe.c | 244 BLOCK_SIZE plane_bsize, in predict_and_reconstruct_intra_block() 280 BLOCK_SIZE plane_bsize, in reconstruct_inter_block()
|