Searched refs:VP8EncBands (Results 1 – 10 of 10) sorted by relevance
131 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 0); // ctx=0 in VP8RecordCoeffTokens()132 s = res->stats[VP8EncBands[n]][0]; in VP8RecordCoeffTokens()136 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 1); // ctx=1 in VP8RecordCoeffTokens()137 s = res->stats[VP8EncBands[n]][1]; in VP8RecordCoeffTokens()184 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 2); // ctx=2 in VP8RecordCoeffTokens()185 s = res->stats[VP8EncBands[n]][2]; in VP8RecordCoeffTokens()
85 proba->level_cost_[ctype][VP8EncBands[n]][ctx]; in VP8CalculateLevelCosts()302 s = res->stats[VP8EncBands[n]][0]; in VP8RecordCoeffs()306 s = res->stats[VP8EncBands[n]][1]; in VP8RecordCoeffs()335 s = res->stats[VP8EncBands[n]][2]; in VP8RecordCoeffs()
249 p = res->prob[VP8EncBands[n]][0]; in PutCoeffs()253 p = res->prob[VP8EncBands[n]][1]; in PutCoeffs()299 p = res->prob[VP8EncBands[n]][2]; in PutCoeffs()
608 const int last_proba = probas[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock()662 const int band = VP8EncBands[n + 1]; in TrellisQuantizeBlock()
314 const uint8_t VP8EncBands[16 + 1] = { variable348 const int b = VP8EncBands[n + 1]; in GetResidualCost_C()
85 const int b = VP8EncBands[n + 1]; in GetResidualCost_MIPSdspR2()
90 const int b = VP8EncBands[n + 1]; in GetResidualCost_MIPS32()
96 const int b = VP8EncBands[n + 1]; in GetResidualCost_SSE2()
99 const int b = VP8EncBands[n + 1]; in GetResidualCost_NEON()
320 extern const uint8_t VP8EncBands[16 + 1];