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

  /external/libvpx/vp8/decoder/
onyxd_if.c 76 pbi->common.current_video_frame = 0;
322 /*cm->current_video_frame++;*/
406 /*vp8_print_modes_and_motion_vectors( cm->mi, cm->mb_rows,cm->mb_cols, cm->current_video_frame);*/
409 cm->current_video_frame++;
422 pbi->dr[pbi->common.current_video_frame&0xf].size = pbi->bc.pos + pbi->bc2.pos + 4;;
423 pbi->dr[pbi->common.current_video_frame&0xf].time_stamp = time_stamp;
decodframe.c 391 if(pc->current_video_frame==0 &&mb_col==1 && mb_row==0)
814 pc->current_video_frame,
  /external/libvpx/vp8/common/
onyxc_int.h 183 unsigned int current_video_frame; member in struct:VP8Common
  /external/libvpx/vp8/encoder/
firstpass.c 272 max_bits = (int)(((double)cpi->bits_left / (cpi->total_stats->count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
537 //if( cm->current_video_frame == 0)
593 if (cm->current_video_frame > 0)
628 if (cm->current_video_frame > 1)
751 fps.frame = cm->current_video_frame ;
803 if ((cm->current_video_frame > 0) &&
815 if (cm->current_video_frame == 0)
826 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame);
828 if (cm->current_video_frame == 0)
837 cm->current_video_frame++
    [all...]
ratectrl.c 393 // cpi->common.current_video_frame, cpi->target_bandwidth, cpi->frames_to_key, kf_boost_qadjustment[cpi->ni_av_qi], cpi->kf_boost, (cpi->this_frame_target *100 / cpi->per_frame_bandwidth), cpi->this_frame_target );
396 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
448 cpi->one_pass_frame_index = cpi->common.current_video_frame%MAX_LAG_BUFFERS;
    [all...]
onyx_if.c     [all...]
rdopt.c 322 cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time);
    [all...]

Completed in 1037 milliseconds