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

  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 509 cpi->prob_gf_coded = (rfct[GOLDEN_FRAME] + rfct[ALTREF_FRAME])
512 if (!cpi->prob_gf_coded)
513 cpi->prob_gf_coded = 1;
556 vp8_write_literal(w, cpi->prob_gf_coded, 8);
624 vp8_write(w, (rf == GOLDEN_FRAME) ? 0 : 1, cpi->prob_gf_coded);
1035 cpi->prob_last_coded,cpi->prob_gf_coded);
    [all...]
onyx_int.h 480 int prob_gf_coded; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 669 cpi->prob_gf_coded);
    [all...]

Completed in 218 milliseconds