Home
last modified time | relevance | path

Searched refs:BLOCK_64X64 (Results 1 – 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_complexity.c67 const int bw = num_8x8_blocks_wide_lookup[BLOCK_64X64]; in vp9_select_in_frame_q_segment()
68 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; in vp9_select_in_frame_q_segment()
Dvp9_encodeframe.c53 case BLOCK_64X64: in get_sb_index()
135 BLOCK_64X64); in get_rd_var_based_fixed_partition()
137 return BLOCK_64X64; in get_rd_var_based_fixed_partition()
151 BLOCK_64X64); in get_nonrd_var_based_fixed_partition()
153 return BLOCK_64X64; in get_nonrd_var_based_fixed_partition()
358 case BLOCK_64X64: { in tree_to_node()
490 set_offsets(cpi, tile, mi_row, mi_col, BLOCK_64X64); in choose_partitioning()
504 xd->mi[0]->mbmi.sb_type = BLOCK_64X64; in choose_partitioning()
510 vp9_build_inter_predictors_sby(xd, mi_row, mi_col, BLOCK_64X64); in choose_partitioning()
546 fill_variance_tree(&vt, BLOCK_64X64); in choose_partitioning()
[all …]
Dvp9_speed_features.c253 sf->disable_inter_mode_mask[BLOCK_64X64] = ~(1 << INTER_OFFSET(NEARESTMV)); in set_rt_speed_feature()
312 sf->max_partition_size = BLOCK_64X64; in vp9_set_speed_features()
338 sf->max_intra_bsize = BLOCK_64X64; in vp9_set_speed_features()
Dvp9_aq_cyclicrefresh.c280 num_8x8_blocks_wide_lookup[BLOCK_64X64]); in vp9_cyclic_refresh_setup()
282 num_8x8_blocks_high_lookup[BLOCK_64X64]); in vp9_cyclic_refresh_setup()
Dvp9_block.h202 case BLOCK_64X64: in get_block_context()
Dvp9_segmentation.c254 mi_row, mi_col, BLOCK_64X64); in vp9_choose_segmap_coding_method()
Dvp9_onyx_if.c1108 } else if (i < BLOCK_64X64) { in init_pick_mode_context()
1145 } else if (i < BLOCK_64X64) { in free_pick_mode_context()
1439 BFP(BLOCK_64X64, vp9_sad64x64, vp9_sad64x64_avg, in vp9_create_compressor()
Dvp9_bitstream.c483 BLOCK_64X64); in write_modes()
Dvp9_rdopt.c2423 if (cpi->sf.adaptive_motion_search && bsize < BLOCK_64X64 && in single_motion_search()
2425 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), in single_motion_search()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.c81 BLOCK_64X64,
133 {{BLOCK_64X64, BLOCK_64X32}, {BLOCK_32X64, BLOCK_32X32}},
Dvp9_enums.h42 BLOCK_64X64, enumerator
Dvp9_loopfilter.c660 case BLOCK_64X64: in vp9_setup_mask()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c700 decode_partition(cm, xd, tile, mi_row, mi_col, r, BLOCK_64X64); in decode_tile()
851 mi_row, mi_col, &tile_data->bit_reader, BLOCK_64X64); in tile_worker_hook()