Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 25 of 38) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h110 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 …]
Dvp9_reconinter.h22 BLOCK_SIZE bsize);
25 BLOCK_SIZE bsize);
28 BLOCK_SIZE bsize);
31 BLOCK_SIZE bsize);
Dvp9_common_data.h30 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
33 extern const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2];
Dvp9_blockd.c40 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()
Dvp9_enums.h29 typedef enum BLOCK_SIZE { enum
45 } BLOCK_SIZE; typedef
Dvp9_reconinter.c201 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()
Dvp9_entropy.h101 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()
Dvp9_common_data.c75 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = {
118 const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2] = {
Dvp9_onyxc_int.h301 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/
Dvp9_encodemb.h23 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);
Dvp9_rdopt.h46 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,
Dvp9_speed_features.h209 BLOCK_SIZE always_this_block_size;
224 BLOCK_SIZE min_partition_size;
225 BLOCK_SIZE max_partition_size;
318 BLOCK_SIZE max_intra_bsize;
Dvp9_block.h188 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()
Dvp9_tokenize.h43 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
48 BLOCK_SIZE bsize);
Dvp9_encodeframe.c51 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 …]
Dvp9_tokenize.c167 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()
Dvp9_encodemb.c54 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 …]
Dvp9_pickmode.h25 BLOCK_SIZE bsize);
Dvp9_aq_variance.h28 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
Dvp9_aq_cyclicrefresh.h36 BLOCK_SIZE bsize, int use_rd);
Dvp9_aq_variance.c116 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/
Dvp9_subtract_test.cc40 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/
Dtng_VP8.h43 #define BLOCK_SIZE 64 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.h23 int plane, int block, BLOCK_SIZE plane_bsize,
Dvp9_decodemv.c79 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()

12