Home
last modified time | relevance | path

Searched defs:mv_row (Results 1 – 14 of 14) sorted by relevance

/external/libgav1/libgav1/src/
Dmotion_vector.cc216 const int mv_row = block.row4x4 + delta_row; in ScanRow() local
237 void ScanColumn(const Tile::Block& block, int mv_row, int delta_column, in ScanColumn()
265 const int mv_row = block.row4x4 + delta_row; in ScanPoint() local
424 int mv_row = row_start; in TemporalScan() local
465 const int mv_row = row_start + row; in TemporalScan() local
513 void AddExtraCompoundMvCandidate(const Tile::Block& block, int mv_row, in AddExtraCompoundMvCandidate()
546 void AddExtraSingleMvCandidate(const Tile::Block& block, int mv_row, in AddExtraSingleMvCandidate()
591 const int mv_row = block.row4x4 + ((pass == 0) ? -1 : i); in ExtraSearch() local
717 const int mv_row = block.row4x4 + delta_row; in AddSample() local
/external/libvpx/libvpx/vp8/common/
Dreconinter.c141 int mv_row = x->mode_info_context->mbmi.mv.as_mv.row; in vp8_build_inter16x16_predictors_mbuv() local
242 int mv_row = x->mode_info_context->mbmi.mv.as_mv.row; in vp8_build_inter16x16_predictors_mby() local
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c39 unsigned char *v_mb_ptr, int stride, int mv_row, int mv_col, in vp8_temporal_filter_predictors_mb_c()
Ddenoising.c477 int mv_row; in vp8_denoiser_denoise_mb() local
Drdopt.c379 int mv_row = x->e_mbd.mode_info_context->mbmi.mv.as_mv.row; in VP8_UVSSE() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c340 int mv_col, mv_row; in vp9_denoiser_denoise() local
Dvp9_temporal_filter.c50 int stride, int uv_block_width, int uv_block_height, int mv_row, int mv_col, in temporal_filter_predictors_mb_c()
Dvp9_pickmode.c1291 BLOCK_SIZE bsize, int mv_row, int mv_col, in vp9_NEWMV_diff_bias()
Dvp9_encoder.c6110 int mv_row = mv.row >> 3; local
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c669 const float mv_row = (float)(best_mv.as_mv.row / 8); in av1_get_max_min_partition_features() local
Dtemporal_filter.c134 const int mv_row = best_mv.as_mv.row; in tf_motion_search() local
Dnonrd_pickmode.c984 RD_STATS *this_rdc, BLOCK_SIZE bsize, int mv_row,
/external/libaom/libaom/av1/common/
Dmvref_common.c30 const int mv_row = in get_mv_projection() local
/external/libgav1/libgav1/src/tile/
Dtile.cc2539 const int mv_row = std::abs(mv_to_store.mv[MotionVector::kRow]); in StoreMotionFieldMvsIntoCurrentFrame() local