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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 508 cpi->prob_gf_coded = (rfct[GOLDEN_FRAME] + rfct[ALTREF_FRAME])
511 if (!cpi->prob_gf_coded)
512 cpi->prob_gf_coded = 1;
555 vp8_write_literal(w, cpi->prob_gf_coded, 8);
623 vp8_write(w, (rf == GOLDEN_FRAME) ? 0 : 1, cpi->prob_gf_coded);
1034 cpi->prob_last_coded,cpi->prob_gf_coded);
    [all...]
onyx_int.h 481 int prob_gf_coded; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 682 cpi->prob_gf_coded);
    [all...]
  /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 484 int prob_gf_coded; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 669 cpi->prob_gf_coded);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 484 int prob_gf_coded; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 670 cpi->prob_gf_coded);
    [all...]

Completed in 109 milliseconds