Searched refs:BLOCK_32X32 (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_common_data.c | 80 BLOCK_32X32, BLOCK_32X64, BLOCK_64X32, 99 BLOCK_32X32, 130 {{BLOCK_32X32, BLOCK_32X16}, {BLOCK_16X32, BLOCK_16X16}}, 131 {{BLOCK_32X64, BLOCK_32X32}, {BLOCK_INVALID, BLOCK_16X32}}, 132 {{BLOCK_64X32, BLOCK_INVALID}, {BLOCK_32X32, BLOCK_32X16}}, 133 {{BLOCK_64X64, BLOCK_64X32}, {BLOCK_32X64, BLOCK_32X32}},
|
D | vp9_enums.h | 39 BLOCK_32X32, enumerator
|
D | vp9_loopfilter.c | 686 case BLOCK_32X32: in vp9_setup_mask()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 250 sf->disable_inter_mode_mask[BLOCK_32X32] = 1 << INTER_OFFSET(ZEROMV); in set_rt_speed_feature() 254 sf->max_intra_bsize = BLOCK_32X32; in set_rt_speed_feature() 258 sf->max_partition_size = BLOCK_32X32; in set_rt_speed_feature()
|
D | vp9_block.h | 208 case BLOCK_32X32: in get_block_context()
|
D | vp9_encodeframe.c | 56 case BLOCK_32X32: in get_sb_index() 139 return BLOCK_32X32; in get_rd_var_based_fixed_partition() 155 return BLOCK_32X32; in get_nonrd_var_based_fixed_partition() 365 case BLOCK_32X32: { in tree_to_node() 544 fill_variance_tree(&vt.split[i], BLOCK_32X32); in choose_partitioning() 556 if (!set_vt_partitioning(cpi, &vt.split[i], tile, BLOCK_32X32, in choose_partitioning() 906 if (bsize < BLOCK_32X32) { in update_state() 1146 case BLOCK_32X32: in get_sb_partitioning() 1874 BLOCK_16X16, BLOCK_32X32, BLOCK_32X32, 1875 BLOCK_32X32, BLOCK_64X64, BLOCK_64X64, [all …]
|
D | vp9_onyx_if.c | 1100 } else if (i < BLOCK_32X32) { in init_pick_mode_context() 1138 } else if (i < BLOCK_32X32) { in free_pick_mode_context() 1432 BFP(BLOCK_32X32, vp9_sad32x32, vp9_sad32x32_avg, in vp9_create_compressor()
|
D | vp9_rdopt.c | 499 bs = BLOCK_32X32; in model_rd_for_sb_y_tx() 3636 if (bsize < BLOCK_32X32) { in vp9_rd_pick_inter_mode_sb() 4345 if (bsize < BLOCK_32X32) { in vp9_rd_pick_inter_mode_sub8x8()
|