Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.c76 BLOCK_8X8, BLOCK_8X16, BLOCK_16X8,
95 BLOCK_8X8, BLOCK_INVALID, BLOCK_INVALID,
110 BLOCK_8X8, // TX_8X8
129 {{BLOCK_8X8, BLOCK_8X4}, {BLOCK_4X8, BLOCK_4X4}},
130 {{BLOCK_8X16, BLOCK_8X8}, {BLOCK_INVALID, BLOCK_4X8}},
131 {{BLOCK_16X8, BLOCK_INVALID}, {BLOCK_8X8, BLOCK_8X4}},
132 {{BLOCK_16X16, BLOCK_16X8}, {BLOCK_8X16, BLOCK_8X8}},
Dvp9_blockd.h93 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode in get_y_mode()
237 if (bsize < BLOCK_8X8) { in get_uv_tx_size_impl()
Dvp9_enums.h47 #define BLOCK_8X8 3 macro
Dvp9_reconinter.c171 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 in build_inter_predictors()
247 if (xd->mi[0]->mbmi.sb_type < BLOCK_8X8) { in build_inter_predictors_for_planes()
249 assert(bsize == BLOCK_8X8); in build_inter_predictors_for_planes()
Dvp9_mvref_common.h139 return block_idx >= 0 && candidate->mbmi.sb_type < BLOCK_8X8 in get_sub_block_mv()
Dvp9_mfqe.c229 if (cur_bs < BLOCK_8X8) { in mfqe_partition()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c168 return BLOCK_8X8; in get_rd_var_based_fixed_partition()
339 case BLOCK_8X8: { in tree_to_node()
518 cpi->vbp_bsize_min = BLOCK_8X8; in vp9_set_variance_partition_thresholds()
889 fill_variance_tree(&vtemp->split[m], BLOCK_8X8); in choose_partitioning()
942 BLOCK_8X8, in choose_partitioning()
945 thresholds[3], BLOCK_8X8, 0)) { in choose_partitioning()
955 BLOCK_8X8); in choose_partitioning()
1044 if (is_inter_block(mbmi) && mbmi->sb_type < BLOCK_8X8) { in update_state()
1247 if (bsize >= BLOCK_8X8) { in rd_pick_sb_modes()
1320 if (bsize >= BLOCK_8X8) { in update_stats()
[all …]
Dvp9_bitstream.c270 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT && in pack_inter_mode_mvs()
276 if (bsize >= BLOCK_8X8) { in pack_inter_mode_mvs()
297 if (bsize >= BLOCK_8X8) { in pack_inter_mode_mvs()
312 if (bsize < BLOCK_8X8) { in pack_inter_mode_mvs()
354 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT) in write_mb_modes_kf()
357 if (bsize >= BLOCK_8X8) { in write_mb_modes_kf()
447 if (subsize < BLOCK_8X8) { in write_modes_sb()
479 if (bsize >= BLOCK_8X8 && in write_modes_sb()
480 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in write_modes_sb()
Dvp9_rdopt.c821 int16_t *const src_diff = vp9_raster_block_offset_int16(BLOCK_8X8, in rd_pick_intra4x4block()
926 vp9_raster_block_offset_int16(BLOCK_8X8, block, p->src_diff); in rd_pick_intra4x4block()
1246 skip_uv, bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize); in choose_intra_uv_mode()
1252 bsize < BLOCK_8X8 ? BLOCK_8X8 : bsize, max_tx_size); in choose_intra_uv_mode()
1339 &p->src.buf[vp9_raster_block_offset(BLOCK_8X8, i, p->src.stride)]; in encode_inter_mb_segment()
1340 uint8_t *const dst = &pd->dst.buf[vp9_raster_block_offset(BLOCK_8X8, i, in encode_inter_mb_segment()
1349 const uint8_t *pre = &pd->pre[ref].buf[vp9_raster_block_offset(BLOCK_8X8, i, in encode_inter_mb_segment()
1383 height, width, vp9_raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), in encode_inter_mb_segment()
1387 height, width, vp9_raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), in encode_inter_mb_segment()
1392 vp9_raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), in encode_inter_mb_segment()
[all …]
Dvp9_context_tree.c15 BLOCK_8X8,
Dvp9_speed_features.c40 return BLOCK_8X8; in set_partition_min_limit()
351 sf->default_min_partition_size = BLOCK_8X8; in set_rt_speed_feature()
Dvp9_rd.c251 if (bsize >= BLOCK_8X8) { in set_block_thresholds()
630 const int top_mode = bsize < BLOCK_8X8 ? MAX_REFS : MAX_MODES; in vp9_update_rd_thresh_fact()
Dvp9_encodemv.c252 if (mbmi->sb_type < BLOCK_8X8) { in vp9_update_mv_count()
Dvp9_pickmode.c1099 ((bsize <= BLOCK_8X8) ? 4 : 2) : 0; in vp9_pick_inter_mode()
1210 if (!vp9_is_scaled(sf) && bsize >= BLOCK_8X8) in vp9_pick_inter_mode()
1775 &p->src.buf[vp9_raster_block_offset(BLOCK_8X8, i, p->src.stride)]; in vp9_pick_inter_mode_sub8x8()
1777 &pd->dst.buf[vp9_raster_block_offset(BLOCK_8X8, i, pd->dst.stride)]; in vp9_pick_inter_mode_sub8x8()
1779 &pd->pre[0].buf[vp9_raster_block_offset(BLOCK_8X8, in vp9_pick_inter_mode_sub8x8()
Dvp9_firstpass.c307 case BLOCK_8X8: in get_block_variance_fn()
333 case BLOCK_8X8: in highbd_get_block_variance_fn()
345 case BLOCK_8X8: in highbd_get_block_variance_fn()
357 case BLOCK_8X8: in highbd_get_block_variance_fn()
463 : BLOCK_8X8; in get_bsize()
Dvp9_encoder.c1117 HIGHBD_BFP(BLOCK_8X8, in MAKE_BFP_SADAVG_WRAPPER()
1249 HIGHBD_BFP(BLOCK_8X8, in MAKE_BFP_SADAVG_WRAPPER()
1381 HIGHBD_BFP(BLOCK_8X8, in MAKE_BFP_SADAVG_WRAPPER()
1896 BFP(BLOCK_8X8, vpx_sad8x8, vpx_sad8x8_avg, in vp9_create_compressor()
/external/libvpx/libvpx/test/
Dvp9_denoiser_sse2_test.cc97 ::testing::Values(BLOCK_4X4, BLOCK_4X8, BLOCK_8X4, BLOCK_8X8,
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c89 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8) in read_tx_size()
517 if (bsize < BLOCK_8X8) { in read_inter_block_mode_info()
523 if (bsize >= BLOCK_8X8) in read_inter_block_mode_info()
528 if (bsize < BLOCK_8X8 || mbmi->mode != ZEROMV) { in read_inter_block_mode_info()
539 if (bsize < BLOCK_8X8) { in read_inter_block_mode_info()
Dvp9_decodeframe.c377 if (mbmi->sb_type < BLOCK_8X8) in predict_and_reconstruct_intra_block()
736 if (sb_type < BLOCK_8X8) { in dec_build_inter_predictors_sb()
820 const int less8x8 = bsize < BLOCK_8X8; in decode_block()
829 if (bsize >= BLOCK_8X8 && (cm->subsampling_x || cm->subsampling_y)) { in decode_block()
1008 if (bsize >= BLOCK_8X8 && in decode_partition()
1009 (bsize == BLOCK_8X8 || partition != PARTITION_SPLIT)) in decode_partition()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h227 BLOCK_8X8, enumerator
Donyx_if.c2120 cpi->fn_ptr[BLOCK_8X8].sdf = vpx_sad8x8; in vp8_create_compressor()
2121 cpi->fn_ptr[BLOCK_8X8].vf = vpx_variance8x8; in vp8_create_compressor()
2122 cpi->fn_ptr[BLOCK_8X8].svf = vpx_sub_pixel_variance8x8; in vp8_create_compressor()
2123 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_h = NULL; in vp8_create_compressor()
2124 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_v = NULL; in vp8_create_compressor()
2125 cpi->fn_ptr[BLOCK_8X8].svf_halfpix_hv = NULL; in vp8_create_compressor()
2126 cpi->fn_ptr[BLOCK_8X8].sdx3f = vpx_sad8x8x3; in vp8_create_compressor()
2127 cpi->fn_ptr[BLOCK_8X8].sdx8f = vpx_sad8x8x8; in vp8_create_compressor()
2128 cpi->fn_ptr[BLOCK_8X8].sdx4df = vpx_sad8x8x4d; in vp8_create_compressor()
2144 cpi->fn_ptr[BLOCK_8X8].copymem = vp8_copy32xn; in vp8_create_compressor()
Drdopt.c1416 rd_check_segment(cpi, x, &bsi, BLOCK_8X8); in vp8_rd_pick_best_mbsegmentation()
1423 rd_check_segment(cpi, x, &bsi, BLOCK_8X8); in vp8_rd_pick_best_mbsegmentation()
1478 …if (cpi->sf.no_skip_block4x4_search || bsi.segment_num == BLOCK_8X8) /* || (sv_segment_rd8x8-bsi.… in vp8_rd_pick_best_mbsegmentation()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_denoiser_sse2.c358 } else if (bs == BLOCK_8X4 || bs == BLOCK_8X8 || bs == BLOCK_8X16) { in vp9_denoiser_filter_sse2()