HomeSort by relevance Sort by last modified time
    Searched refs:prob_last_coded (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 504 cpi->prob_last_coded = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128;
506 if (!cpi->prob_last_coded)
507 cpi->prob_last_coded = 1;
555 vp8_write_literal(w, cpi->prob_last_coded, 8);
620 vp8_write(w, 0, cpi->prob_last_coded);
623 vp8_write(w, 1, cpi->prob_last_coded);
1035 cpi->prob_last_coded,cpi->prob_gf_coded);
    [all...]
onyx_int.h 479 int prob_last_coded; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 668 cpi->prob_last_coded,
    [all...]

Completed in 3603 milliseconds