Home | History | Annotate | Download | only in dsp

Lines Matching refs:ctx0

512 extern int VP8GetResidualCostMIPS32(int ctx0, const VP8Residual* const res);
514 int VP8GetResidualCostMIPS32(int ctx0, const VP8Residual* const res) {
517 int p0 = res->prob[n][ctx0][0];
518 const uint16_t* t = res->cost[n][ctx0];
536 cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0;