HomeSort by relevance Sort by last modified time
    Searched refs:num00 (Results 1 - 6 of 6) sorted by null

  /external/libvpx/vp8/encoder/
mcomp.h 44 int *num00,
83 int *num00, \
temporal_filter.c 190 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],
pickinter.c 436 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...]
rdopt.c 1207 int num00; local
1399 int num00; local
    [all...]
mcomp.c 778 int *num00,
913 int *num00,
964 *num00 = 0;
1006 (*num00)++;
1028 int *num00,
1079 *num00 = 0;
    [all...]
firstpass.c 457 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);
    [all...]

Completed in 44 milliseconds