/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_common_data.c | 78 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8, 97 BLOCK_8X8, BLOCK_INVALID, BLOCK_INVALID, 124 {{BLOCK_8X8, BLOCK_8X4}, {BLOCK_4X8, BLOCK_4X4}}, 125 {{BLOCK_8X16, BLOCK_8X8}, {BLOCK_INVALID, BLOCK_4X8}}, 126 {{BLOCK_16X8, BLOCK_INVALID}, {BLOCK_8X8, BLOCK_8X4}}, 127 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
|
D | vp9_reconinter.c | 162 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in build_inter_predictors() 215 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { in build_inter_predictors_for_planes() 217 assert(bsize == BLOCK_8X8); in build_inter_predictors_for_planes() 266 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in dec_build_inter_predictors() 398 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { in vp9_dec_build_inter_predictors_sb() 400 assert(bsize == BLOCK_8X8); in vp9_dec_build_inter_predictors_sb()
|
D | vp9_enums.h | 33 BLOCK_8X8, enumerator
|
D | vp9_blockd.h | 148 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode in get_y_mode() 276 if (bsize < BLOCK_8X8) { in get_uv_tx_size_impl()
|
D | vp9_mvref_common.c | 129 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8 in get_sub_block_mv()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 64 case BLOCK_8X8: in get_sb_index() 143 return BLOCK_8X8; in get_rd_var_based_fixed_partition() 379 case BLOCK_8X8: { in tree_to_node() 578 BLOCK_8X8); in choose_partitioning() 592 BLOCK_8X8); in choose_partitioning() 912 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) { in update_state() 1006 if (bsize < BLOCK_8X8) { in rd_pick_sb_modes() 1081 if (bsize >= BLOCK_8X8) in rd_pick_sb_modes() 1150 case BLOCK_8X8: in get_sb_partitioning() 1226 if (bsize < BLOCK_8X8) { in encode_b() [all …]
|
D | vp9_bitstream.c | 261 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT && in pack_inter_mode_mvs() 268 if (bsize >= BLOCK_8X8) { in pack_inter_mode_mvs() 289 if (bsize >= BLOCK_8X8) { in pack_inter_mode_mvs() 304 if (bsize < BLOCK_8X8) { in pack_inter_mode_mvs() 349 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT) in write_mb_modes_kf() 352 if (bsize >= BLOCK_8X8) { in write_mb_modes_kf() 435 if (subsize < BLOCK_8X8) { in write_modes_sb() 467 if (bsize >= BLOCK_8X8 && in write_modes_sb() 468 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in write_modes_sb()
|
D | vp9_rdopt.c | 495 bs = BLOCK_8X8; in model_rd_for_sb_y_tx() 1057 const uint8_t *src_init = &p->src.buf[raster_block_offset(BLOCK_8X8, ib, in rd_pick_intra4x4block() 1059 uint8_t *dst_init = &pd->dst.buf[raster_block_offset(BLOCK_8X8, ib, in rd_pick_intra4x4block() 1099 int16_t *const src_diff = raster_block_offset_int16(BLOCK_8X8, block, in rd_pick_intra4x4block() 1441 skip_uv, bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize); in choose_intra_uv_mode() 1447 bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize, max_tx_size); in choose_intra_uv_mode() 1554 const uint8_t *const src = &p->src.buf[raster_block_offset(BLOCK_8X8, i, in encode_inter_mb_segment() 1556 uint8_t *const dst = &pd->dst.buf[raster_block_offset(BLOCK_8X8, i, in encode_inter_mb_segment() 1565 const uint8_t *pre = &pd->pre[ref].buf[raster_block_offset(BLOCK_8X8, i, in encode_inter_mb_segment() 1577 raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), 8, in encode_inter_mb_segment() [all …]
|
D | vp9_block.h | 220 case BLOCK_8X8: in get_block_context()
|
D | vp9_aq_cyclicrefresh.c | 207 cr->min_block_size = BLOCK_8X8; in vp9_cyclic_refresh_setup()
|
D | vp9_encodemv.c | 248 if (mbmi->sb_type < BLOCK_8X8) { in vp9_update_mv_count()
|
D | vp9_speed_features.c | 259 sf->min_partition_size = BLOCK_8X8; in set_rt_speed_feature()
|
D | vp9_firstpass.c | 367 case BLOCK_8X8: in get_block_variance_fn() 467 : BLOCK_8X8; in get_bsize()
|
D | vp9_onyx_if.c | 1463 BFP(BLOCK_8X8, vp9_sad8x8, vp9_sad8x8_avg, in vp9_create_compressor()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 81 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8) in read_tx_size() 447 if (bsize < BLOCK_8X8) { in read_inter_block_mode_info() 453 if (bsize >= BLOCK_8X8) in read_inter_block_mode_info() 457 if (bsize < BLOCK_8X8 || mbmi->mode != ZEROMV) { in read_inter_block_mode_info() 468 if (bsize < BLOCK_8X8) { in read_inter_block_mode_info()
|
D | vp9_decodeframe.c | 340 const int less8x8 = bsize < BLOCK_8X8; in decode_block() 345 bsize = BLOCK_8X8; in decode_block() 418 if (subsize < BLOCK_8X8) { in decode_partition() 447 if (bsize >= BLOCK_8X8 && in decode_partition() 448 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in decode_partition()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_int.h | 230 BLOCK_8X8, enumerator
|
D | onyx_if.c | 2046 cpi->fn_ptr[BLOCK_8X8].sdf = vp8_sad8x8; in vp8_create_compressor() 2047 cpi->fn_ptr[BLOCK_8X8].vf = vp8_variance8x8; in vp8_create_compressor() 2048 cpi->fn_ptr[BLOCK_8X8].svf = vp8_sub_pixel_variance8x8; in vp8_create_compressor() 2049 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_h = NULL; in vp8_create_compressor() 2050 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_v = NULL; in vp8_create_compressor() 2051 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_hv = NULL; in vp8_create_compressor() 2052 cpi->fn_ptr[BLOCK_8X8].sdx3f = vp8_sad8x8x3; in vp8_create_compressor() 2053 cpi->fn_ptr[BLOCK_8X8].sdx8f = vp8_sad8x8x8; in vp8_create_compressor() 2054 cpi->fn_ptr[BLOCK_8X8].sdx4df = vp8_sad8x8x4d; in vp8_create_compressor() 2070 cpi->fn_ptr[BLOCK_8X8].copymem = vp8_copy32xn; in vp8_create_compressor()
|
D | rdopt.c | 1414 rd_check_segment(cpi, x, &bsi, BLOCK_8X8); in vp8_rd_pick_best_mbsegmentation() 1421 rd_check_segment(cpi, x, &bsi, BLOCK_8X8); in vp8_rd_pick_best_mbsegmentation() 1476 …if (cpi->sf.no_skip_block4x4_search || bsi.segment_num == BLOCK_8X8) /* || (sv_segment_rd8x8-bsi.… in vp8_rd_pick_best_mbsegmentation()
|