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

  /external/webp/src/enc/
cost.h 60 extern VP8GetResidualCostFunc VP8GetResidualCost;
cost.c 536 VP8GetResidualCostFunc VP8GetResidualCost;
539 VP8GetResidualCost = GetResidualCost;
543 VP8GetResidualCost = VP8GetResidualCostMIPS32;
609 R += VP8GetResidualCost(ctx, &res);
624 R += VP8GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res);
632 R += VP8GetResidualCost(ctx, &res);
653 R += VP8GetResidualCost(ctx, &res);

Completed in 407 milliseconds