Home
last modified time | relevance | path

Searched defs:bsize (Results 1 – 25 of 26) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c172 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()
302 BLOCK_SIZE bsize) { in set_block_size()
355 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) { in tree_to_node()
410 static void fill_variance_tree(void *data, BLOCK_SIZE bsize) { in fill_variance_tree()
424 BLOCK_SIZE bsize, in set_vt_partitioning()
837 int mi_row, int mi_col, BLOCK_SIZE bsize, in update_state()
988 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, in rd_pick_sb_modes()
[all …]
Dvp9_pickmode.c31 BLOCK_SIZE bsize, int mi_row, int mi_col, in full_pixel_motion_search()
135 BLOCK_SIZE bsize, int mi_row, int mi_col, in sub_pixel_motion_search()
179 static void model_rd_for_sb_y(VP9_COMP *cpi, BLOCK_SIZE bsize, in model_rd_for_sb_y()
208 BLOCK_SIZE bsize) { in vp9_pick_inter_mode()
Dvp9_aq_cyclicrefresh.c96 BLOCK_SIZE bsize, int use_rd) { in candidate_refresh_aq()
131 BLOCK_SIZE bsize, int use_rd) { in vp9_cyclic_refresh_update_segment()
Dvp9_encodemb.c54 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_subtract_plane()
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()
609 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_encode_intra_block_plane()
Dvp9_segmentation.c146 const BLOCK_SIZE bsize = mi_8x8[0]->mbmi.sb_type; in count_segs() local
170 BLOCK_SIZE bsize) { in count_segs_sb()
Dvp9_rdopt.c247 int i, bsize, segment_id; in set_block_thresholds() local
426 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize, in model_rd_for_sb()
477 static void model_rd_for_sb_y_tx(VP9_COMP *cpi, BLOCK_SIZE bsize, in model_rd_for_sb_y_tx()
699 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, in vp9_get_entropy_contexts()
742 BLOCK_SIZE bsize, TX_SIZE tx_size, in txfm_rd_in_plane()
1048 BLOCK_SIZE bsize, int64_t rd_thresh) { in rd_pick_intra4x4block()
1178 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in rd_pick_intra_sub_8x8_y_mode() local
1239 BLOCK_SIZE bsize, in rd_pick_intra_sby_mode()
1311 int64_t *sse, BLOCK_SIZE bsize, in super_block_uvrd()
1359 BLOCK_SIZE bsize, TX_SIZE max_tx_size) { in rd_pick_intra_sbuv_mode()
[all …]
Dvp9_bitstream.c83 TX_SIZE tx_size, BLOCK_SIZE bsize, in write_selected_tx_size()
238 const BLOCK_SIZE bsize = mbmi->sb_type; in pack_inter_mode_mvs() local
342 const BLOCK_SIZE bsize = mbmi->sb_type; in write_mb_modes_kf() local
397 PARTITION_TYPE p, BLOCK_SIZE bsize, vp9_writer *w) { in write_partition()
419 int mi_row, int mi_col, BLOCK_SIZE bsize) { in write_modes_sb()
Dvp9_tokenize.c300 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_firstpass.c365 static vp9_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) { in get_block_variance_fn()
399 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; in first_pass_motion_search() local
584 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col); in vp9_first_pass() local
Dvp9_block.h200 BLOCK_SIZE bsize) { in get_block_context()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
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() local
125 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_segment_id() local
168 const BLOCK_SIZE bsize = mbmi->sb_type; in read_intra_frame_mode_info() local
331 const BLOCK_SIZE bsize = mi->mbmi.sb_type; in read_intra_block_mode_info() local
428 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_block_mode_info() local
Dvp9_decodeframe.c298 BLOCK_SIZE bsize, int mi_row, int mi_col) { in set_offsets()
339 vp9_reader *r, BLOCK_SIZE bsize) { in decode_block()
382 int mi_row, int mi_col, BLOCK_SIZE bsize, in read_partition()
408 vp9_reader* r, BLOCK_SIZE bsize) { in decode_partition()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.c40 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, in vp9_foreach_transformed_block_in_plane()
90 BLOCK_SIZE bsize, in vp9_foreach_transformed_block()
Dvp9_reconinter.c201 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, 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()
Dvp9_blockd.h245 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE 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()
289 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize, in get_plane_block_size()
Dvp9_entropy.h101 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) { in reset_skip_context()
Dvp9_onyxc_int.h302 BLOCK_SIZE bsize) { in update_partition_context()
318 BLOCK_SIZE bsize) { in partition_plane_context()
Dvp9_pred_common.c370 BLOCK_SIZE bsize, int mi_row, int mi_col) { in vp9_get_segment_id()
/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() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c472 const uint32_t bsize = 64; in find_mismatch() local
/hardware/qcom/msm8996/kernel-headers/linux/
Dfuse.h56 uint32_t bsize; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dfuse.h167 uint32_t bsize; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dfuse.h56 uint32_t bsize; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dfuse.h173 uint32_t bsize; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp7438 long long bsize = -1; in CreateBlockGroup() local

12