Home
last modified time | relevance | path

Searched refs:KEY_FRAME (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c874 if (cpi->common.frame_type == KEY_FRAME) in independent_coef_context_savings()
901 if (cpi->common.frame_type != KEY_FRAME || in independent_coef_context_savings()
902 (cpi->common.frame_type == KEY_FRAME && newp != oldp)) in independent_coef_context_savings()
917 cpi->common.frame_type == KEY_FRAME) in independent_coef_context_savings()
1007 if (cpi->common.frame_type != KEY_FRAME) in vp8_estimate_entropy_savings()
1056 if (cpi->common.frame_type == KEY_FRAME) in vp8_update_coef_context()
1147 cpi->common.frame_type == KEY_FRAME && newp != *Pold) in vp8_update_coef_probs()
1293 if (oh.type == KEY_FRAME) in vp8_pack_bitstream()
1485 if (pc->frame_type != KEY_FRAME) in vp8_pack_bitstream()
1512 if (pc->frame_type == KEY_FRAME) in vp8_pack_bitstream()
[all …]
Dratectrl.c937 ((cpi->common.frame_type != KEY_FRAME))) in calc_pframe_target_size()
1106 if (cpi->common.frame_type == KEY_FRAME) in vp8_update_rate_correction_factors()
1185 if (cpi->common.frame_type == KEY_FRAME) in vp8_update_rate_correction_factors()
1208 if (cpi->common.frame_type == KEY_FRAME) in vp8_regulate_q()
1231 if (cpi->common.frame_type == KEY_FRAME) in vp8_regulate_q()
1282 if (cpi->common.frame_type == KEY_FRAME) in vp8_regulate_q()
1440 if (cpi->common.frame_type == KEY_FRAME) in vp8_compute_frame_size_bounds()
1520 if (cm->frame_type == KEY_FRAME) in vp8_pick_frame_size()
Donyx_if.c463 if (cpi->common.frame_type != KEY_FRAME) in cyclic_background_refresh()
2718 if ((cm->frame_type != KEY_FRAME) && !cpi->source_alt_ref_active) in update_golden_frame_stats()
2797 if (cm->frame_type == KEY_FRAME) in update_rd_ref_frame_probs()
2972 ( (cm->frame_type == KEY_FRAME) || in recode_loop_test()
3015 if (cm->frame_type == KEY_FRAME) in update_reference_frames()
3186 if (cm->frame_type == KEY_FRAME) in vp8_loopfilter_frame()
3276 cm->frame_type = KEY_FRAME; /* delayed intra frame */ in encode_frame_to_data_rate()
3336 cm->frame_type = KEY_FRAME; in encode_frame_to_data_rate()
3350 if(cm->frame_type != KEY_FRAME) in encode_frame_to_data_rate()
3371 if (cm->frame_type == KEY_FRAME) in encode_frame_to_data_rate()
[all …]
Dsegmentation.c23 if ((cm->frame_type == KEY_FRAME) || (cm->refresh_golden_frame)) in vp8_update_gf_useage_maps()
Dmr_dissim.c74 if(cm->frame_type != KEY_FRAME) in vp8_cal_dissimilarity()
81 if(cm->frame_type != KEY_FRAME) in vp8_cal_dissimilarity()
Dpicklpf.c150 if (cm->frame_type == KEY_FRAME) in vp8cx_pick_filter_level_fast()
294 if (cm->frame_type == KEY_FRAME) in vp8cx_pick_filter_level()
Dencodeframe.c500 if (cm->frame_type == KEY_FRAME) in encode_mb_row()
627 if (cm->frame_type == KEY_FRAME) in init_encode_frame_mb_context()
982 if (cm->frame_type == KEY_FRAME) in vp8_encode_frame()
1006 if ((cm->frame_type != KEY_FRAME) && ((cpi->oxcf.number_of_layers > 1) || in vp8_encode_frame()
1107 const int is_key = cpi->common.frame_type == KEY_FRAME; in sum_intra_stats()
Dfirstpass.c1786 if (cpi->common.frame_type == KEY_FRAME) in define_gf_group()
2143 for (i = 0; i <= (cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME); i++) { in define_gf_group()
2255 if (i == 1 || (!cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME))) in define_gf_group()
2275 if (!cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME) in define_gf_group()
2319 if (cpi->common.frame_type != KEY_FRAME) in define_gf_group()
2472 if (cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME)) in vp8_second_pass()
2498 if (cpi->common.frame_type != KEY_FRAME) in vp8_second_pass()
2731 cpi->common.frame_type = KEY_FRAME; in find_next_key_frame()
Drdopt.c254 if (cpi->pass == 2 && (cpi->common.frame_type != KEY_FRAME)) in vp8_initialize_rd_consts()
734 if (mb->e_mbd.frame_type == KEY_FRAME) in rd_pick_intra4x4mby_modes()
1578 if(cpi->common.last_frame_type != KEY_FRAME) in vp8_mv_pred()
1700 if(cpi->common.last_frame_type != KEY_FRAME) in vp8_cal_sad()
1722 if(cpi->common.last_frame_type != KEY_FRAME) in vp8_cal_sad()
Dethreading.c184 if (cm->frame_type == KEY_FRAME) in thread_encoding_proc()
Dpickinter.c206 if (mb->e_mbd.frame_type == KEY_FRAME) in pick_intra4x4mby_modes()
/external/libvpx/libvpx/vp8/common/
Dloopfilter.c28 lfi->hev_thr_lut[KEY_FRAME][filt_lvl] = 2; in lf_init_lut()
33 lfi->hev_thr_lut[KEY_FRAME][filt_lvl] = 1; in lf_init_lut()
38 lfi->hev_thr_lut[KEY_FRAME][filt_lvl] = 1; in lf_init_lut()
43 lfi->hev_thr_lut[KEY_FRAME][filt_lvl] = 0; in lf_init_lut()
Dblockd.h66 KEY_FRAME = 0, enumerator
Dmfqe.c308 else totmap = (frame_type == KEY_FRAME ? 4 : 0); in vp8_multiframe_quality_enhance()
Dpostproc.c844 (oci->frame_type == KEY_FRAME), in vp8_post_proc_frame()
907 if (oci->frame_type == KEY_FRAME) in vp8_post_proc_frame()
/external/libvpx/libvpx/vp8/decoder/
Ddecodframe.c916 if (pc->frame_type == KEY_FRAME) in init_frame()
1034 if (pc->frame_type == KEY_FRAME) in vp8_decode_frame()
1067 if ((!pbi->decoded_key_frame && pc->frame_type != KEY_FRAME)) in vp8_decode_frame()
1077 if (pc->frame_type == KEY_FRAME) { in vp8_decode_frame()
1209 if (pc->frame_type != KEY_FRAME) in vp8_decode_frame()
1271 pc->refresh_last_frame = pc->frame_type == KEY_FRAME || vp8_read_bit(bc); in vp8_decode_frame()
1358 if (pc->frame_type == KEY_FRAME && in vp8_decode_frame()
Ddecodemv.c169 if(pbi->common.frame_type != KEY_FRAME) in mb_mode_mv_init()
600 else if(pbi->common.frame_type == KEY_FRAME) in decode_mb_mode_mvs()
611 if(pbi->common.frame_type == KEY_FRAME) in decode_mb_mode_mvs()