Searched refs:frame_to_show (Results 1 - 17 of 17) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c140 YV12_BUFFER_CONFIG *saved_frame = cm->frame_to_show;
143 cm->frame_to_show = &cpi->pick_lf_lvl_frame;
171 yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
174 best_err = calc_partial_ssl_err(sd, cm->frame_to_show);
181 yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
185 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
208 yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
213 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
239 cm->frame_to_show = saved_frame;
277 YV12_BUFFER_CONFIG *saved_frame = cm->frame_to_show;
[all...]
H A Donyx_if.c2408 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show;
3255 vp8_yv12_extend_frame_borders(cm->frame_to_show);
4401 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx];
4800 /* vpx_write_yuv_frame("encoder_recon.yuv", cm->frame_to_show); */
5194 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show;
5229 vp8_deblock(cm, cm->frame_to_show, &cm->post_proc_buffer,
5330 if (cpi->common.frame_to_show) {
5331 *dest = *cpi->common.frame_to_show;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_picklpf.c45 vp9_loop_filter_frame_mt(cm->frame_to_show, cm, cpi->td.mb.e_mbd.plane,
49 vp9_loop_filter_frame(cm->frame_to_show, cm, &cpi->td.mb.e_mbd, filt_level,
54 filt_err = vpx_highbd_get_y_sse(sd, cm->frame_to_show);
56 filt_err = vpx_get_y_sse(sd, cm->frame_to_show);
59 filt_err = vpx_get_y_sse(sd, cm->frame_to_show);
63 vpx_yv12_copy_y(&cpi->last_frame_uf, cm->frame_to_show);
89 vpx_yv12_copy_y(cm->frame_to_show, &cpi->last_frame_uf);
H A Dvp9_encoder.c2482 vpx_calc_highbd_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, &psnr,
2485 vpx_calc_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, &psnr);
2560 YV12_BUFFER_CONFIG *s = cm->frame_to_show;
2973 vp9_loop_filter_frame_mt(cm->frame_to_show, cm, xd->plane,
2977 vp9_loop_filter_frame(cm->frame_to_show, cm, xd, lf->filter_level, 0, 0);
2980 vpx_extend_frame_inner_borders(cm->frame_to_show);
4521 cm->frame_to_show = get_frame_new_buffer(cm);
4522 cm->frame_to_show->color_space = cm->color_space;
4523 cm->frame_to_show->color_range = cm->color_range;
4524 cm->frame_to_show
[all...]
/external/v4l2_codec2/vda/
H A Dvp9_decoder.cc95 size_t frame_to_show = curr_frame_hdr_->frame_to_show_map_idx; local
96 if (frame_to_show >= ref_frames_.size() || !ref_frames_[frame_to_show]) {
102 if (!accelerator_->OutputPicture(ref_frames_[frame_to_show])) {
/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h76 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP8Common
H A Dpostproc.c280 if (!oci->frame_to_show) return -1;
285 *dest = *oci->frame_to_show;
348 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
354 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer, q, 1, 0);
357 vp8_yv12_copy_frame(oci->frame_to_show, &oci->post_proc_buffer);
H A Dvp8_loopfilter.c268 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
390 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
480 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
H A Dmfqe.c231 YV12_BUFFER_CONFIG *show = cm->frame_to_show;
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c259 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
261 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx];
408 if (pbi->common.frame_to_show) {
409 *sd = *pbi->common.frame_to_show;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c302 if (!cm->frame_to_show) return -1;
305 *dest = *cm->frame_to_show;
396 deblock_and_de_macro_block(cm->frame_to_show, ppbuf,
400 vp9_deblock(cm->frame_to_show, ppbuf, q, cm->postproc_state.limits);
402 vpx_yv12_copy_frame(cm->frame_to_show, ppbuf);
H A Dvp9_onyxc_int.h111 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP9Common
H A Dvp9_mfqe.c346 const YV12_BUFFER_CONFIG *show = cm->frame_to_show;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c254 cm->frame_to_show = get_frame_new_buffer(cm);
399 *sd = *cm->frame_to_show;
403 *sd = *cm->frame_to_show;
H A Dvp9_decodeframe.c1756 const int frame_to_show = cm->ref_frame_map[vpx_rb_read_literal(rb, 3)]; local
1757 if (frame_to_show < 0 || frame_bufs[frame_to_show].ref_count < 1) {
1760 frame_to_show);
1763 ref_cnt_fb(frame_bufs, &cm->new_fb_idx, frame_to_show);
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c607 const YV12_BUFFER_CONFIG *const frame = pbi->common.frame_to_show;
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c515 if (ctx->pbi->common.frame_to_show == NULL) return VPX_CODEC_ERROR;

Completed in 321 milliseconds