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

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 154 unsigned int current_video_frame; member in struct:VP8Common
postproc.c 328 oci->current_video_frame >= 2 &&
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame,
vp9_postproc.c 312 if (cm->current_video_frame == 1) {
374 if ((flags & VP9D_MFQE) && cm->current_video_frame >= 2 &&
vp9_onyxc_int.h 252 unsigned int current_video_frame; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 643 const unsigned int curr_frame = cpi->common.current_video_frame;
688 ambient_qp = (cm->current_video_frame < num_frames_weight_key)
756 } else if (cm->current_video_frame > 0) {
789 if (cm->current_video_frame > 1) {
814 !(cm->current_video_frame == 0)) {
    [all...]
vp9_noise_estimate.c 110 int frame_counter = cm->current_video_frame;
142 } else if (cm->current_video_frame > 60 &&
vp9_firstpass.c 481 (cm->current_video_frame == 0 || (cpi->frame_flags & FRAMEFLAGS_KEY))) {
735 fps->frame = cm->current_video_frame;
    [all...]
vp9_encoder.c     [all...]
vp9_aq_cyclicrefresh.c 503 if (cm->current_video_frame == 0) cr->low_content_avg = 0.0;
vp9_rd.c 297 if (!cpi->sf.use_nonrd_pick_mode || (cm->current_video_frame & 0x07) == 1 ||
vp9_temporal_filter.c 654 if (cpi->common.current_video_frame > 1)
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
vp9_pickmode.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 102 cm->current_video_frame = 0;
393 cm->current_video_frame++;
403 cm->current_video_frame++;
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 359 (double)cpi->common.current_video_frame)) *
598 if (cm->current_video_frame > 0) {
640 if (cm->current_video_frame > 1) {
754 fps.frame = cm->current_video_frame;
808 if ((cm->current_video_frame > 0) &&
825 if (cm->current_video_frame == 0) {
833 sprintf(filename, "enc%04d.yuv", (int)cm->current_video_frame);
835 if (cm->current_video_frame == 0) {
845 cm->current_video_frame++;
    [all...]
ratectrl.c 312 else if (cpi->common.current_video_frame == 0) {
371 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
423 cpi->one_pass_frame_index = cpi->common.current_video_frame%MAX_LAG_BUFFERS;
855 (int) cpi->common.current_video_frame,
    [all...]
onyx_if.c     [all...]
pickinter.c     [all...]
rdopt.c 273 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 83 pbi->common.current_video_frame = 0;
359 cm->current_video_frame++;
decodeframe.c     [all...]

Completed in 879 milliseconds