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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 503 cpi->prob_last_coded = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128;
505 if (!cpi->prob_last_coded)
506 cpi->prob_last_coded = 1;
554 vp8_write_literal(w, cpi->prob_last_coded, 8);
619 vp8_write(w, 0, cpi->prob_last_coded);
622 vp8_write(w, 1, cpi->prob_last_coded);
1034 cpi->prob_last_coded,cpi->prob_gf_coded);
    [all...]
onyx_int.h 480 int prob_last_coded; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 681 cpi->prob_last_coded,
    [all...]
  /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 483 int prob_last_coded; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 668 cpi->prob_last_coded,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 483 int prob_last_coded; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 669 cpi->prob_last_coded,
    [all...]

Completed in 224 milliseconds