/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.h | 110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { in b_width_log2() 113 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { in b_height_log2() 117 static INLINE int mi_width_log2(BLOCK_SIZE sb_type) { in mi_width_log2() 124 BLOCK_SIZE sb_type; 245 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, in get_subsize() 247 const BLOCK_SIZE subsize = subsize_lookup[partition][bsize]; in get_subsize() 275 static INLINE TX_SIZE get_uv_tx_size_impl(TX_SIZE y_tx_size, BLOCK_SIZE bsize) { in get_uv_tx_size_impl() 280 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][1][1]; in get_uv_tx_size_impl() 289 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize, in get_plane_block_size() 291 BLOCK_SIZE bs = ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y]; in get_plane_block_size() [all …]
|
D | vp9_reconinter.h | 22 BLOCK_SIZE bsize); 25 BLOCK_SIZE bsize); 28 BLOCK_SIZE bsize); 31 BLOCK_SIZE bsize);
|
D | vp9_common_data.h | 30 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES]; 33 extern const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2];
|
D | vp9_blockd.c | 40 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, in vp9_foreach_transformed_block_in_plane() 49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_foreach_transformed_block_in_plane() 90 BLOCK_SIZE bsize, in vp9_foreach_transformed_block() 100 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts()
|
D | vp9_enums.h | 29 typedef enum BLOCK_SIZE { enum 45 } BLOCK_SIZE; typedef
|
D | vp9_reconinter.c | 201 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, in build_inter_predictors_for_planes() 208 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in build_inter_predictors_for_planes() 230 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sby() 234 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sbuv() 239 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sb() 386 BLOCK_SIZE bsize) { in vp9_dec_build_inter_predictors_sb() 391 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in vp9_dec_build_inter_predictors_sb()
|
D | vp9_entropy.h | 101 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) { in reset_skip_context() 105 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in reset_skip_context()
|
D | vp9_common_data.c | 75 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = { 118 const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2] = {
|
D | vp9_onyxc_int.h | 301 BLOCK_SIZE subsize, in update_partition_context() 302 BLOCK_SIZE bsize) { in update_partition_context() 318 BLOCK_SIZE bsize) { in partition_plane_context()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.h | 23 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize); 24 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize); 27 BLOCK_SIZE plane_bsize, TX_SIZE tx_size); 29 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane); 32 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, 35 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
|
D | vp9_rdopt.h | 46 BLOCK_SIZE block_size, 56 int *r, int64_t *d, BLOCK_SIZE bsize, 64 BLOCK_SIZE bsize, 73 BLOCK_SIZE bsize, 79 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size,
|
D | vp9_speed_features.h | 209 BLOCK_SIZE always_this_block_size; 224 BLOCK_SIZE min_partition_size; 225 BLOCK_SIZE max_partition_size; 318 BLOCK_SIZE max_intra_bsize;
|
D | vp9_block.h | 188 BLOCK_SIZE b_partitioning[4][4][4]; 189 BLOCK_SIZE mb_partitioning[4][4]; 190 BLOCK_SIZE sb_partitioning[4]; 191 BLOCK_SIZE sb64_partitioning; 200 BLOCK_SIZE bsize) { in get_block_context()
|
D | vp9_tokenize.h | 43 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane); 48 BLOCK_SIZE bsize);
|
D | vp9_encodeframe.c | 51 static INLINE uint8_t *get_sb_index(MACROBLOCK *x, BLOCK_SIZE subsize) { in get_sb_index() 77 int mi_row, int mi_col, BLOCK_SIZE bsize); 107 BLOCK_SIZE bs) { in get_sby_perpixel_variance() 118 BLOCK_SIZE bs) { in get_sby_perpixel_diff_variance() 130 static BLOCK_SIZE get_rd_var_based_fixed_partition(VP9_COMP *cpi, in get_rd_var_based_fixed_partition() 146 static BLOCK_SIZE get_nonrd_var_based_fixed_partition(VP9_COMP *cpi, in get_nonrd_var_based_fixed_partition() 172 BLOCK_SIZE bsize) { in is_block_in_mb_map() 199 BLOCK_SIZE bsize) { in check_active_map() 208 int mi_row, int mi_col, BLOCK_SIZE bsize) { in set_offsets() 288 BLOCK_SIZE bsize) { in duplicate_mode_info_in_sb() [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() 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() 300 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_is_skippable_in_plane() 309 BLOCK_SIZE bsize) { in vp9_tokenize_sb()
|
D | vp9_encodemb.c | 54 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_subtract_plane() 57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane() 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() 446 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_encode_sby_pass1() 452 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_encode_sb() 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() [all …]
|
D | vp9_pickmode.h | 25 BLOCK_SIZE bsize);
|
D | vp9_aq_variance.h | 28 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
|
D | vp9_aq_cyclicrefresh.h | 36 BLOCK_SIZE bsize, int use_rd);
|
D | vp9_aq_variance.c | 116 BLOCK_SIZE bs) { in block_variance() 140 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) { in vp9_block_energy()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | vp9_subtract_test.cc | 40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P() 41 bsize = static_cast<BLOCK_SIZE>(static_cast<int>(bsize) + 1)) { in TEST_P()
|
/hardware/intel/img/psb_video/src/ |
D | tng_VP8.h | 43 #define BLOCK_SIZE 64 macro
|
/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_decodemv.c | 79 BLOCK_SIZE bsize, int allow_select, vp9_reader *r) { in read_tx_size() 87 static void set_segment_id(VP9_COMMON *cm, BLOCK_SIZE bsize, in set_segment_id() 107 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in read_intra_segment_id() 125 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_segment_id() 168 const BLOCK_SIZE bsize = mbmi->sb_type; in read_intra_frame_mode_info() 331 const BLOCK_SIZE bsize = mi->mbmi.sb_type; in read_intra_block_mode_info() 428 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_block_mode_info()
|