Searched refs:current_video_frame (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp8/decoder/ |
D | onyxd_if.c | 76 pbi->common.current_video_frame = 0; in vp8dx_create_decompressor() 409 cm->current_video_frame++; in vp8dx_receive_compressed_data() 422 pbi->dr[pbi->common.current_video_frame&0xf].size = pbi->bc.pos + pbi->bc2.pos + 4;; in vp8dx_receive_compressed_data() 423 pbi->dr[pbi->common.current_video_frame&0xf].time_stamp = time_stamp; in vp8dx_receive_compressed_data()
|
D | decodframe.c | 814 pc->current_video_frame, in vp8_decode_frame()
|
/external/libvpx/vp8/encoder/ |
D | firstpass.c | 272 …le)cpi->bits_left / (cpi->total_stats->count - (double)cpi->common.current_video_frame)) * ((doubl… in frame_max_bits() 593 if (cm->current_video_frame > 0) in vp8_first_pass() 628 if (cm->current_video_frame > 1) in vp8_first_pass() 751 fps.frame = cm->current_video_frame ; in vp8_first_pass() 803 if ((cm->current_video_frame > 0) && in vp8_first_pass() 815 if (cm->current_video_frame == 0) in vp8_first_pass() 826 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame); in vp8_first_pass() 828 if (cm->current_video_frame == 0) in vp8_first_pass() 837 cm->current_video_frame++; in vp8_first_pass() 1080 …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 …]
|
D | ratectrl.c | 396 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in vp8_calc_auto_iframe_target_size() 1020 (int) cpi->common.current_video_frame, in vp8_calc_pframe_target_size() 1095 …cpi->common.current_video_frame, cpi->gfu_boost, GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in vp8_calc_pframe_target_size() 1110 fprintf(f, "%8ld GF coded\n", cpi->common.current_video_frame); in vp8_calc_pframe_target_size() 1428 if (cpi->common.current_video_frame < 10) in estimate_min_frame_size()
|
D | onyx_if.c | 1849 cpi->common.current_video_frame = 0; in vp8_create_compressor() 2154 if (cpi && (cpi->common.current_video_frame > 0)) in vp8_remove_compressor() 2337 …printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, cpi->time_receive_data / … in vp8_remove_compressor() 2714 if (cm->current_video_frame == 0) in pick_frame_size() 3090 cm->current_video_frame, in decide_key_frame() 3416 if ((cm->current_video_frame == 0) || in encode_frame_to_data_rate() 3467 cpi->one_pass_frame_index = cm->current_video_frame % MAX_LAG_BUFFERS; in encode_frame_to_data_rate() 3538 cm->current_video_frame++; in encode_frame_to_data_rate() 3556 cm->current_video_frame++; in encode_frame_to_data_rate() 4216 …fprintf(f, "%8d %8d %8d %8d %8d\n", cm->current_video_frame, (100 * cpi->gf_active_count) / (cpi->… in encode_frame_to_data_rate() [all …]
|
D | rdopt.c | 322 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
|
/external/libvpx/vp8/common/ |
D | onyxc_int.h | 183 unsigned int current_video_frame; member
|