Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dpicklpf.c167 vp8_yv12_copy_partial_frame_ptr(cm->frame_to_show, &cpi->last_frame_uf, 3); in vp8cx_pick_filter_level_fast()
195 best_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance)); in vp8cx_pick_filter_level_fast()
198 vp8_yv12_copy_partial_frame_ptr(&cpi->last_frame_uf, cm->frame_to_show, 3); in vp8cx_pick_filter_level_fast()
212 filt_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance)); in vp8cx_pick_filter_level_fast()
216 vp8_yv12_copy_partial_frame_ptr(&cpi->last_frame_uf, cm->frame_to_show, 3); in vp8cx_pick_filter_level_fast()
249 … filt_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance)); in vp8cx_pick_filter_level_fast()
252 vp8_yv12_copy_partial_frame_ptr(&cpi->last_frame_uf, cm->frame_to_show, 3); in vp8cx_pick_filter_level_fast()
315 … vp8_yv12_copy_frame_yonly_no_extend_frame_borders_neon(cm->frame_to_show, &cpi->last_frame_uf); in vp8cx_pick_filter_level()
323 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cpi->last_frame_uf); in vp8cx_pick_filter_level()
354 best_err = vp8_calc_ss_err(sd, cm->frame_to_show, IF_RTCD(&cpi->rtcd.variance)); in vp8cx_pick_filter_level()
[all …]
Donyx_if.c2441 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; in generate_psnr_packet()
2811 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->alt_fb_idx]); in update_alt_ref_frame_and_stats()
2855 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]); in update_golden_frame_and_stats()
3273 vp8_yv12_extend_frame_borders_ptr(cm->frame_to_show); in loopfilter_frame()
3284 vp8_yv12_copy_frame_ptr(cm->frame_to_show, gld_yv12); in loopfilter_frame()
3285 vp8_yv12_copy_frame_ptr(cm->frame_to_show, alt_yv12); in loopfilter_frame()
4231 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx]; in encode_frame_to_data_rate()
4234 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx]; in encode_frame_to_data_rate()
4528 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->alt_fb_idx]); in encode_frame_to_data_rate()
4531 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cm->yv12_fb[cm->gld_fb_idx]); in encode_frame_to_data_rate()
[all …]
/external/libvpx/vp8/decoder/
Donyxd_if.c237 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx]; in swap_frame_buffers()
240 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx]; in swap_frame_buffers()
395 vp8_yv12_extend_frame_borders_ptr(cm->frame_to_show); in vp8dx_receive_compressed_data()
480 if (pbi->common.frame_to_show) in vp8dx_get_raw_frame()
482 *sd = *pbi->common.frame_to_show; in vp8dx_get_raw_frame()
/external/libvpx/vp8/common/
Donyxc_int.h99 YV12_BUFFER_CONFIG *frame_to_show; member
Dloopfilter.c300 YV12_BUFFER_CONFIG *post = cm->frame_to_show; in vp8_loop_filter_frame()
405 YV12_BUFFER_CONFIG *post = cm->frame_to_show; in vp8_loop_filter_frame_yonly()
502 YV12_BUFFER_CONFIG *post = cm->frame_to_show; in vp8_loop_filter_partial_frame()
Dpostproc.c688 if (!oci->frame_to_show) in vp8_post_proc_frame()
696 *dest = *oci->frame_to_show; in vp8_post_proc_frame()
712 vp8_deblock_and_de_macro_block(oci->frame_to_show, &oci->post_proc_buffer, in vp8_post_proc_frame()
717 vp8_deblock(oci->frame_to_show, &oci->post_proc_buffer, in vp8_post_proc_frame()
722 vp8_yv12_copy_frame_ptr(oci->frame_to_show, &oci->post_proc_buffer); in vp8_post_proc_frame()
/external/libvpx/vp8/
Dvp8_dx_iface.c691 *corrupted = pbi->common.frame_to_show->corrupted; in vp8_get_frame_corrupted()