Home
last modified time | relevance | path

Searched refs:VP8EncBands (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/enc/
Dtoken_enc.c131 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()
Dcost_enc.c85 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()
Dframe_enc.c249 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()
Dquant_enc.c608 const int last_proba = probas[VP8EncBands[first]][ctx0][0]; in TrellisQuantizeBlock()
662 const int band = VP8EncBands[n + 1]; in TrellisQuantizeBlock()
/external/webp/src/dsp/
Dcost.c314 const uint8_t VP8EncBands[16 + 1] = { variable
348 const int b = VP8EncBands[n + 1]; in GetResidualCost_C()
Dcost_mips_dsp_r2.c85 const int b = VP8EncBands[n + 1]; in GetResidualCost_MIPSdspR2()
Dcost_mips32.c90 const int b = VP8EncBands[n + 1]; in GetResidualCost_MIPS32()
Dcost_sse2.c96 const int b = VP8EncBands[n + 1]; in GetResidualCost_SSE2()
Dcost_neon.c99 const int b = VP8EncBands[n + 1]; in GetResidualCost_NEON()
Ddsp.h320 extern const uint8_t VP8EncBands[16 + 1];