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

  /external/libvpx/vp8/common/
blockd.h 73 INTER_FRAME = 1
  /external/libvpx/vp8/encoder/
ratectrl.c 402 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
691 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
    [all...]
firstpass.c 955 bits_per_mb_at_this_q = (int)(.5 + correction_factor * speed_correction * cpi->est_max_qcorrection_factor * cpi->section_max_qfactor * (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0);
956 //bits_per_mb_at_this_q = (int)(.5 + correction_factor * speed_correction * cpi->est_max_qcorrection_factor * (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0);
    [all...]
bitstream.c     [all...]
onyx_if.c     [all...]

Completed in 28 milliseconds