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

  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c 144 cm->current_video_frame = 0;
363 cm->current_video_frame);
366 cm->current_video_frame + 1000);
376 cm->current_video_frame + 2000);
379 cm->current_video_frame + 3000);
413 cm->current_video_frame++;
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 154 unsigned int current_video_frame; member in struct:VP8Common
postproc.c 775 oci->current_video_frame >= 2 &&
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame,
vp9_onyxc_int.h 200 unsigned int current_video_frame; member in struct:VP9Common
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
636 if (cm->current_video_frame > 0)
681 if (cm->current_video_frame > 1)
801 fps.frame = cm->current_video_frame ;
859 if ((cm->current_video_frame > 0) &&
877 if (cm->current_video_frame == 0)
888 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame);
890 if (cm->current_video_frame == 0)
    [all...]
ratectrl.c 371 else if (cpi->common.current_video_frame == 0)
437 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
490 cpi->one_pass_frame_index = cpi->common.current_video_frame%MAX_LAG_BUFFERS;
    [all...]
onyx_if.c     [all...]
rdopt.c 356 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 338 (cpi->twopass.total_stats.count - cpi->common.current_video_frame)) *
542 // if( cm->current_video_frame == 0)
636 if (cm->current_video_frame > 0) {
673 if (cm->current_video_frame > 1) {
806 fps.frame = cm->current_video_frame;
864 ((cm->current_video_frame > 0) &&
881 if (cm->current_video_frame == 0)
889 (int)cm->current_video_frame);
891 if (cm->current_video_frame == 0)
900 cm->current_video_frame++
    [all...]
vp9_onyx_if.c 540 fprintf(statsfile, "%10d\n", cm->current_video_frame);
    [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 74 pbi->common.current_video_frame = 0;
376 cm->current_video_frame++;
decodframe.c     [all...]

Completed in 75 milliseconds