Searched refs:BLOCK_64X64 (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_aq_complexity.c | 67 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()
|
D | vp9_encodeframe.c | 53 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 …]
|
D | vp9_speed_features.c | 253 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()
|
D | vp9_aq_cyclicrefresh.c | 280 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()
|
D | vp9_block.h | 202 case BLOCK_64X64: in get_block_context()
|
D | vp9_segmentation.c | 254 mi_row, mi_col, BLOCK_64X64); in vp9_choose_segmap_coding_method()
|
D | vp9_onyx_if.c | 1108 } 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()
|
D | vp9_bitstream.c | 483 BLOCK_64X64); in write_modes()
|
D | vp9_rdopt.c | 2423 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/ |
D | vp9_common_data.c | 81 BLOCK_64X64, 133 {{BLOCK_64X64, BLOCK_64X32}, {BLOCK_32X64, BLOCK_32X32}},
|
D | vp9_enums.h | 42 BLOCK_64X64, enumerator
|
D | vp9_loopfilter.c | 660 case BLOCK_64X64: in vp9_setup_mask()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 700 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()
|