Home
last modified time | relevance | path

Searched refs:BLOCK_8X8 (Results 1 – 19 of 19) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.c78 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}},
Dvp9_reconinter.c162 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()
Dvp9_enums.h33 BLOCK_8X8, enumerator
Dvp9_blockd.h148 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()
Dvp9_mvref_common.c129 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/
Dvp9_encodeframe.c64 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 …]
Dvp9_bitstream.c261 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()
Dvp9_rdopt.c495 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 …]
Dvp9_block.h220 case BLOCK_8X8: in get_block_context()
Dvp9_aq_cyclicrefresh.c207 cr->min_block_size = BLOCK_8X8; in vp9_cyclic_refresh_setup()
Dvp9_encodemv.c248 if (mbmi->sb_type < BLOCK_8X8) { in vp9_update_mv_count()
Dvp9_speed_features.c259 sf->min_partition_size = BLOCK_8X8; in set_rt_speed_feature()
Dvp9_firstpass.c367 case BLOCK_8X8: in get_block_variance_fn()
467 : BLOCK_8X8; in get_bsize()
Dvp9_onyx_if.c1463 BFP(BLOCK_8X8, vp9_sad8x8, vp9_sad8x8_avg, in vp9_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c81 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()
Dvp9_decodeframe.c340 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/
Donyx_int.h230 BLOCK_8X8, enumerator
Donyx_if.c2046 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()
Drdopt.c1414 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()