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

  /external/webp/src/dsp/
cost.c 374 VP8GetResidualCostFunc VP8GetResidualCost;
383 VP8GetResidualCost = GetResidualCost_C;
cost_mips_dsp_r2.c 100 VP8GetResidualCost = GetResidualCost_MIPSdspR2;
cost_mips32.c 146 VP8GetResidualCost = GetResidualCost_MIPS32;
cost_sse2.c 112 VP8GetResidualCost = GetResidualCost_SSE2;
cost_neon.c 115 VP8GetResidualCost = GetResidualCost_NEON;
dsp.h 324 extern VP8GetResidualCostFunc VP8GetResidualCost;
  /external/webp/src/enc/
cost_enc.c 228 R += VP8GetResidualCost(ctx, &res);
243 R += VP8GetResidualCost(it->top_nz_[8] + it->left_nz_[8], &res);
251 R += VP8GetResidualCost(ctx, &res);
272 R += VP8GetResidualCost(ctx, &res);

Completed in 218 milliseconds