HomeSort by relevance Sort by last modified time
    Searched defs:prob (Results 26 - 27 of 27) sorted by null

12

  /external/webp/src/enc/
frame.c 37 ProbaArray* prob; member in struct:__anon28565
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]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 300 const unsigned char *pb = b->prob;
993 const int prob = seg->tree_probs[i]; local
1004 const int prob = seg->pred_probs[i]; local
    [all...]

Completed in 37 milliseconds

12