HomeSort by relevance Sort by last modified time
    Searched refs:frame_to_show (Results 1 - 8 of 8) sorted by null

  /external/libvpx/vp8/encoder/
picklpf.c 163 //vp8_yv12_copy_frame_ptr( cm->frame_to_show, &cpi->last_frame_uf );
164 vp8_yv12_copy_partial_frame_ptr(cm->frame_to_show, &cpi->last_frame_uf, 3);
192 best_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance));
195 vp8_yv12_copy_partial_frame_ptr(&cpi->last_frame_uf, cm->frame_to_show, 3);
209 filt_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance));
213 vp8_yv12_copy_partial_frame_ptr(&cpi->last_frame_uf, cm->frame_to_show, 3);
246 filt_err = vp8_calc_partial_ssl_err(sd, cm->frame_to_show, 3, IF_RTCD(&cpi->rtcd.variance));
249 vp8_yv12_copy_partial_frame_ptr(&cpi->last_frame_uf, cm->frame_to_show, 3);
309 vp8_yv12_copy_frame_yonly_no_extend_frame_borders_neon(cm->frame_to_show, &cpi->last_frame_uf);
311 vp8_yv12_copy_frame_ptr(cm->frame_to_show, &cpi->last_frame_uf)
    [all...]
onyx_if.c     [all...]
  /external/libvpx/vp8/decoder/
onyxd_if.c 299 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
302 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx];
417 vp8_yv12_extend_frame_borders_ptr(cm->frame_to_show);
421 //vp8_recon_write_yuv_frame("recon.yuv", cm->frame_to_show);
423 write_dx_frame_to_file(cm->frame_to_show, cm->current_video_frame);
502 if (pbi->common.frame_to_show)
504 *sd = *pbi->common.frame_to_show;
threading.c 320 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
702 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 292 de_interlace(common->frame_to_show->y_buffer, common->post_proc_buffer.y_buffer,
296 de_interlace(common->frame_to_show->u_buffer, common->post_proc_buffer.u_buffer,
299 de_interlace(common->frame_to_show->v_buffer, common->post_proc_buffer.v_buffer,
317 vp8_deblock_and_de_macro_block(common->frame_to_show, &common->post_proc_buffer, q, 1, 0);
327 vp8_deblock(common->frame_to_show, &common->post_proc_buffer, q , 1, 0);
335 vp8_yv12_copy_frame(common->frame_to_show, &common->post_proc_buffer);
451 vpx_memcpy(&tab->this_buffer, common->frame_to_show, sizeof(YV12_BUFFER_CONFIG));
  /external/libvpx/vp8/common/
onyxc_int.h 98 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP8Common
postproc.c 458 if (!oci->frame_to_show)
466 *dest = *oci->frame_to_show;
482 vp8_deblock_and_de_macro_block(oci->frame_to_show, &oci->post_proc_buffer,
487 vp8_deblock(oci->frame_to_show, &oci->post_proc_buffer,
492 vp8_yv12_copy_frame_ptr(oci->frame_to_show, &oci->post_proc_buffer);
loopfilter.c 312 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
416 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
513 YV12_BUFFER_CONFIG *post = cm->frame_to_show;

Completed in 407 milliseconds