Searched defs:num00 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dtemporal_filter.c190 int num00 = 0; local
237 &num00, &cpi->fn_ptr[BLOCK_16X16],
248 &num00, &cpi->fn_ptr[BLOCK_16X16],
255 n = num00;
256 num00 = 0;
262 if (num00)
263 num00--;
270 &num00, &cpi->fn_ptr[BLOCK_16X16],
H A Dmcomp.c778 int *num00,
913 int *num00,
964 *num00 = 0;
1006 (*num00)++;
1028 int *num00,
1079 *num00 = 0;
1161 (*num00)++;
769 vp8_hex_search( MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, MV *best_mv, int search_param, int error_per_bit, int *num00, const vp8_variance_fn_ptr_t *vfp, int *mvsadcost[2], int *mvcost[2] ) argument
904 vp8_diamond_search_sad( MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, MV *best_mv, int search_param, int error_per_bit, int *num00, vp8_variance_fn_ptr_t *fn_ptr, int *mvsadcost[2], int *mvcost[2] ) argument
1019 vp8_diamond_search_sadx4( MACROBLOCK *x, BLOCK *b, BLOCKD *d, MV *ref_mv, MV *best_mv, int search_param, int error_per_bit, int *num00, vp8_variance_fn_ptr_t *fn_ptr, int *mvsadcost[2], int *mvcost[2] ) argument
H A Dpickinter.c436 int num00; local
688 bestsme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, x->errorperbit, &num00, &cpi->fn_ptr, cpi->mb.mvsadcost, cpi->mb.mvcost);
697 if (num00)
698 num00--;
701 thissme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, x->errorperbit, &num00, &cpi->fn_ptr, cpi->mb.mvsadcost, x->mvcost);
721 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost);
727 bestsme = cpi->diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, sadpb / 2/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost); //sadpb < 9
735 n = num00;
736 num00 = 0;
742 if (num00)
[all...]
H A Dfirstpass.c457 int num00; local
475 tmp_err = cpi->diamond_search_sad(x, b, d, ref_mv, &tmp_mv, step_param, x->errorperbit, &num00, &v_fn_ptr, x->mvsadcost, x->mvcost);
487 n = num00;
488 num00 = 0;
494 if (num00)
495 num00--;
498 tmp_err = cpi->diamond_search_sad(x, b, d, ref_mv, &tmp_mv, step_param + n, x->errorperbit, &num00, &v_fn_ptr, x->mvsadcost, x->mvcost);
H A Drdopt.c1207 int num00; local
1236 bestsme = vp8_hex_search(x, c, e, best_ref_mv, &mode_mv[NEW4X4], step_param, sadpb/*x->errorperbit*/, &num00, v_fn_ptr, x->mvsadcost, mvcost);
1239 bestsme = cpi->diamond_search_sad(x, c, e, best_ref_mv, &mode_mv[NEW4X4], step_param, sadpb / 2/*x->errorperbit*/, &num00, v_fn_ptr, x->mvsadcost, mvcost);
1241 n = num00;
1242 num00 = 0;
1248 if (num00)
1249 num00--;
1252 thissme = cpi->diamond_search_sad(x, c, e, best_ref_mv, &temp_mv, step_param + n, sadpb / 2/*x->errorperbit*/, &num00, v_fn_ptr, x->mvsadcost, mvcost);
1399 int num00; local
1781 bestsme = vp8_hex_search(x, b, d, &best_ref_mv, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperbit*/, &num00,
[all...]

Completed in 54 milliseconds