Home | History | Annotate | Download | only in enc

Lines Matching defs:prob

37   ProbaArray* prob;
263 res->prob = enc->proba_.coeffs_[coeff_type];
287 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
288 int p0 = res->prob[n][ctx0][0];
311 p0 = res->prob[b][ctx][0];
324 const int last_p0 = res->prob[b][ctx][0];
398 // should be prob[VP8EncBands[n]], but it's equivalent for n=0 or 1
399 const uint8_t* p = res->prob[n][ctx];
409 p = res->prob[VP8EncBands[n]][0];
413 p = res->prob[VP8EncBands[n]][1];
458 p = res->prob[VP8EncBands[n]][2];