/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.h | 44 int_mv *ref_mv, int_mv *dst_mv); 47 MV *ref_mv, 56 MV *ref_mv, 65 MV *ref_mv, 76 MV *bestmv, const MV *ref_mv, 91 MV *bestmv, const MV *ref_mv, 105 int_mv *ref_mv, int sad_per_bit, 111 int_mv *ref_mv, int sad_per_bit, 118 int_mv *ref_mv, int_mv *best_mv, 126 int_mv *ref_mv, int error_per_bit [all...] |
vp9_mcomp.c | 277 MV *bestmv, const MV *ref_mv, 302 int rr = ref_mv->row; 303 int rc = ref_mv->col; 307 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX); 308 const int maxc = MIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); 309 const int minr = MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX); 310 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); 322 besterr += mv_err_cost(bestmv, ref_mv, mvjcost, mvcost, error_per_bit); 352 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { 367 if ((abs(bestmv->col - ref_mv->col) > (MAX_FULL_PEL_VAL << 3)) | [all...] |
vp9_mbgraph.c | 26 int_mv *ref_mv, 46 vp9_clamp_mv_min_max(x, &ref_mv->as_mv); 48 ref_full.as_mv.col = ref_mv->as_mv.col >> 3; 49 ref_full.as_mv.row = ref_mv->as_mv.row >> 3; 54 0, &ref_mv->as_mv, &dst_mv->as_mv); 63 &dst_mv->as_mv, &ref_mv->as_mv, 85 static int do_16x16_motion_search(VP9_COMP *cpi, int_mv *ref_mv, int_mv *dst_mv, 101 tmp_err = do_16x16_motion_iteration(cpi, ref_mv, &tmp_mv, mb_row, mb_col); 109 if (ref_mv->as_int) {
|
vp9_temporal_filter.c | 130 int_mv *ref_mv; local 155 ref_mv = &x->e_mbd.mi_8x8[0]->bmi[0].as_mv[0]; 159 0, &best_ref_mv1.as_mv, &ref_mv->as_mv); 168 bestsme = cpi->find_fractional_mv_step(x, &ref_mv->as_mv,
|
vp9_rdopt.c | 1627 int_mv *ref_mv, *second_ref_mv; member in struct:__anon21323 2374 int_mv ref_mv = mbmi->ref_mvs[ref][0]; local 2510 int_mv ref_mv[2]; local [all...] |
vp9_firstpass.c | 386 int_mv *ref_mv, MV *best_mv, 437 ref_mv_full.as_mv.col = ref_mv->as_mv.col >> 3; 438 ref_mv_full.as_mv.row = ref_mv->as_mv.row >> 3; 442 x->mvcost, ref_mv); 466 x->mvcost, ref_mv); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.h | 46 int_mv *ref_mv, 57 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv, 71 int_mv *ref_mv, 84 int_mv *ref_mv, 97 int_mv *ref_mv,
|
mcomp.c | 204 int_mv *bestmv, int_mv *ref_mv, 212 int rr = ref_mv->as_mv.row >> 1, rc = ref_mv->as_mv.col >> 1; 224 (ref_mv->as_mv.col >> 1) - ((1 << mvlong_width) - 1)); 226 (ref_mv->as_mv.col >> 1) + ((1 << mvlong_width) - 1)); 228 (ref_mv->as_mv.row >> 1) - ((1 << mvlong_width) - 1)); 230 (ref_mv->as_mv.row >> 1) + ((1 << mvlong_width) - 1)); 267 besterr += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit); 347 if ((abs(bestmv->as_mv.col - ref_mv->as_mv.col) > (MAX_FULL_PEL_VAL<<3)) || 348 (abs(bestmv->as_mv.row - ref_mv->as_mv.row) > (MAX_FULL_PEL_VAL<<3)) [all...] |
rdopt.c | 1081 int_mv *ref_mv; member in struct:__anon21252 [all...] |
firstpass.c | 436 int_mv *ref_mv, MV *best_mv, 463 ref_mv_full.as_mv.col = ref_mv->as_mv.col>>3; 464 ref_mv_full.as_mv.row = ref_mv->as_mv.row>>3; 467 x->mvcost, ref_mv); 493 ref_mv); [all...] |
pickinter.c | 44 int_mv *bestmv, int_mv *ref_mv, 52 (void) ref_mv; [all...] |
/external/libvpx/generic/ |
vp8_rtcd.h | 277 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 280 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 283 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
|
/external/libvpx/mips/ |
vp8_rtcd.h | 277 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 280 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 283 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 295 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 298 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 301 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
|
/external/libvpx/armv7a/ |
vp8_rtcd.h | 320 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 323 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 326 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
|
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 373 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 376 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 379 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);
|