Searched refs:current_video_frame (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_onyxd_if.c | 144 cm->current_video_frame = 0; in vp9_create_decompressor() 363 cm->current_video_frame); in vp9_receive_compressed_data() 366 cm->current_video_frame + 1000); in vp9_receive_compressed_data() 376 cm->current_video_frame + 2000); in vp9_receive_compressed_data() 379 cm->current_video_frame + 3000); in vp9_receive_compressed_data() 413 cm->current_video_frame++; in vp9_receive_compressed_data()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 385 ….bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((doubl… in frame_max_bits() 636 if (cm->current_video_frame > 0) in vp8_first_pass() 681 if (cm->current_video_frame > 1) in vp8_first_pass() 801 fps.frame = cm->current_video_frame ; in vp8_first_pass() 859 if ((cm->current_video_frame > 0) && in vp8_first_pass() 877 if (cm->current_video_frame == 0) in vp8_first_pass() 888 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame); in vp8_first_pass() 890 if (cm->current_video_frame == 0) in vp8_first_pass() 900 cm->current_video_frame++; in vp8_first_pass() 1320 …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 | 371 else if (cpi->common.current_video_frame == 0) in calc_iframe_target_size() 437 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in calc_iframe_target_size() 947 (int) cpi->common.current_video_frame, in calc_pframe_target_size() 1020 …cpi->common.current_video_frame, cpi->gfu_boost, GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in calc_pframe_target_size() 1035 fprintf(f, "%8ld GF coded\n", cpi->common.current_video_frame); in calc_pframe_target_size()
|
D | onyx_if.c | 1809 cpi->common.current_video_frame = 0; in vp8_create_compressor() 2122 if (cpi && (cpi->common.current_video_frame > 0)) in vp8_remove_compressor() 2376 …printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, cpi->time_receive_data / … in vp8_remove_compressor() 3097 cpi->current_ref_frames[GOLDEN_FRAME] = cm->current_video_frame; in update_reference_frames() 3098 cpi->current_ref_frames[ALTREF_FRAME] = cm->current_video_frame; in update_reference_frames() 3112 cpi->current_ref_frames[ALTREF_FRAME] = cm->current_video_frame; in update_reference_frames() 3158 cpi->current_ref_frames[GOLDEN_FRAME] = cm->current_video_frame; in update_reference_frames() 3203 cpi->current_ref_frames[LAST_FRAME] = cm->current_video_frame; in update_reference_frames() 3409 if ((cm->current_video_frame == 0) || in encode_frame_to_data_rate() 3472 cpi->one_pass_frame_index = cm->current_video_frame % MAX_LAG_BUFFERS; in encode_frame_to_data_rate() [all …]
|
D | rdopt.c | 356 … cpi->common.current_video_frame, cpi->Speed, milliseconds_for_compress, cpi->avg_pick_mode_time); in vp8_auto_select_speed()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 338 (cpi->twopass.total_stats.count - cpi->common.current_video_frame)) * in frame_max_bits() 636 if (cm->current_video_frame > 0) { in vp9_first_pass() 673 if (cm->current_video_frame > 1) { in vp9_first_pass() 806 fps.frame = cm->current_video_frame; in vp9_first_pass() 864 ((cm->current_video_frame > 0) && in vp9_first_pass() 881 if (cm->current_video_frame == 0) in vp9_first_pass() 889 (int)cm->current_video_frame); in vp9_first_pass() 891 if (cm->current_video_frame == 0) in vp9_first_pass() 900 cm->current_video_frame++; in vp9_first_pass() 1898 cpi->common.current_video_frame)) { in define_gf_group() [all …]
|
D | vp9_onyx_if.c | 540 fprintf(statsfile, "%10d\n", cm->current_video_frame); in print_seg_map() 1597 cm->current_video_frame = 0; in vp9_create_compressor() 1902 if (cpi && (cpi->common.current_video_frame > 0)) { in vp9_remove_compressor() 1991 (double)(cpi->common.current_video_frame * sb64_per_frame); in vp9_remove_compressor() 2052 printf("%6d %10ld %10ld %10ld %10ld\n", cpi->common.current_video_frame, in vp9_remove_compressor() 2721 FILE *const f = fopen("tmp.stt", cm->current_video_frame ? "a" : "w"); 2733 cpi->common.current_video_frame, cpi->this_frame_target, 2759 fprintf(fmodes, "%6d:%1d:%1d:%1d ", cpi->common.current_video_frame, 2925 if (cpi->pass == 0 && cpi->common.current_video_frame == 0) { 3024 if ((cm->current_video_frame == 0) || [all …]
|
D | vp9_encodeframe.c | 1823 if ((cpi->common.current_video_frame in encode_sb_row() 2174 } else if (cpi->common.current_video_frame == 0) { in select_tx_mode()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 154 unsigned int current_video_frame; member
|
D | postproc.c | 775 oci->current_video_frame >= 2 && in vp8_post_proc_frame()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_debugmodes.c | 18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame, in log_frame_info()
|
D | vp9_onyxc_int.h | 200 unsigned int current_video_frame; member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 74 pbi->common.current_video_frame = 0; in create_decompressor() 376 cm->current_video_frame++; in vp8dx_receive_compressed_data()
|
D | decodframe.c | 1297 pc->current_video_frame, in vp8_decode_frame()
|