Home
last modified time | relevance | path

Searched refs:current_video_frame (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/vp8/decoder/
Donyxd_if.c113 pbi->common.current_video_frame = 0; in vp8dx_create_decompressor()
445 if (cm->current_video_frame <= 5) in vp8dx_receive_compressed_data()
446 write_dx_frame_to_file(cm->frame_to_show, cm->current_video_frame); in vp8dx_receive_compressed_data()
459 cm->current_video_frame++; in vp8dx_receive_compressed_data()
472 pbi->dr[pbi->common.current_video_frame&0xf].size = pbi->bc.pos + pbi->bc2.pos + 4;; in vp8dx_receive_compressed_data()
473 pbi->dr[pbi->common.current_video_frame&0xf].time_stamp = time_stamp; in vp8dx_receive_compressed_data()
Ddecodframe.c804 pc->current_video_frame, in vp8_decode_frame()
/external/libvpx/vp8/encoder/
Dfirstpass.c231 …le)cpi->bits_left / (cpi->total_stats->count - (double)cpi->common.current_video_frame)) * ((doubl… in frame_max_bits()
620 if (cm->current_video_frame > 0) in vp8_first_pass()
659 if (cm->current_video_frame > 1) in vp8_first_pass()
799 fps.frame = cm->current_video_frame ; in vp8_first_pass()
852 if ((cm->current_video_frame > 0) && in vp8_first_pass()
864 if (cm->current_video_frame == 0) in vp8_first_pass()
875 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame); in vp8_first_pass()
877 if (cm->current_video_frame == 0) in vp8_first_pass()
886 cm->current_video_frame++; in vp8_first_pass()
1105 …8d %8d %8d %8.2f %8.3f %8.2f %8.3f %8.3f %8.3f %8d\n", cpi->common.current_video_frame, bits_per_m… in estimate_kf_group_q()
[all …]
Dratectrl.c393 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in vp8_calc_auto_iframe_target_size()
982 (int) cpi->common.current_video_frame, in vp8_calc_pframe_target_size()
1059 …cpi->common.current_video_frame, cpi->gfu_boost, GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in vp8_calc_pframe_target_size()
1074 fprintf(f, "%8ld GF coded\n", cpi->common.current_video_frame); in vp8_calc_pframe_target_size()
1392 if (cpi->common.current_video_frame < 10) in estimate_min_frame_size()
Donyx_if.c2121 cpi->common.current_video_frame = 0; in vp8_create_compressor()
2421 if (cpi && (cpi->common.current_video_frame > 0)) in vp8_remove_compressor()
2604 …printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, cpi->time_receive_data / … in vp8_remove_compressor()
2980 if (cm->current_video_frame == 0) in pick_frame_size()
3336 cm->current_video_frame, in decide_key_frame()
3508 if ((cm->current_video_frame == 0) || in encode_frame_to_data_rate()
3559 cpi->one_pass_frame_index = cm->current_video_frame % MAX_LAG_BUFFERS; in encode_frame_to_data_rate()
3630 cm->current_video_frame++; in encode_frame_to_data_rate()
3648 cm->current_video_frame++; in encode_frame_to_data_rate()
3686 if (cpi->pass == 2 || (cm->current_video_frame > 150)) in encode_frame_to_data_rate()
[all …]
Drdopt.c358 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
/external/libvpx/vp8/common/
Donyxc_int.h183 unsigned int current_video_frame; member