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

1 2

  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 147 YV12_BUFFER_CONFIG * saved_frame = cm->frame_to_show;
150 cm->frame_to_show = &cpi->pick_lf_lvl_frame;
177 yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
180 best_err = calc_partial_ssl_err(sd, cm->frame_to_show);
188 yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
192 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
218 yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
223 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
252 cm->frame_to_show = saved_frame;
288 YV12_BUFFER_CONFIG * saved_frame = cm->frame_to_show;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
picklpf.c 146 YV12_BUFFER_CONFIG * saved_frame = cm->frame_to_show;
149 cm->frame_to_show = &cpi->pick_lf_lvl_frame;
176 vp8_yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
179 best_err = calc_partial_ssl_err(sd, cm->frame_to_show);
187 vp8_yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
191 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
217 vp8_yv12_copy_partial_frame(saved_frame, cm->frame_to_show);
222 filt_err = calc_partial_ssl_err(sd, cm->frame_to_show);
251 cm->frame_to_show = saved_frame;
288 YV12_BUFFER_CONFIG * saved_frame = cm->frame_to_show;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 46 vp9_loop_filter_frame_mt(cm->frame_to_show, cm, cpi->td.mb.e_mbd.plane,
50 vp9_loop_filter_frame(cm->frame_to_show, cm, &cpi->td.mb.e_mbd, filt_level,
55 filt_err = vp9_highbd_get_y_sse(sd, cm->frame_to_show);
57 filt_err = vp9_get_y_sse(sd, cm->frame_to_show);
60 filt_err = vp9_get_y_sse(sd, cm->frame_to_show);
64 vpx_yv12_copy_y(&cpi->last_frame_uf, cm->frame_to_show);
90 vpx_yv12_copy_y(cm->frame_to_show, &cpi->last_frame_uf);
vp9_encoder.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_picklpf.c 38 filt_err = vp9_calc_ss_err(sd, cm->frame_to_show);
41 vpx_yv12_copy_y(&cpi->last_frame_uf, cm->frame_to_show);
66 vpx_yv12_copy_y(cm->frame_to_show, &cpi->last_frame_uf);
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 282 cm->frame_to_show = get_frame_new_buffer(cm);
353 write_dx_frame_to_file(cm->frame_to_show,
356 write_dx_frame_to_file(cm->frame_to_show,
372 write_dx_frame_to_file(cm->frame_to_show,
375 write_dx_frame_to_file(cm->frame_to_show,
381 recon_write_yuv_frame("recon.yuv", cm->frame_to_show,
427 if (pbi->common.frame_to_show) {
428 *sd = *pbi->common.frame_to_show;
vp9_decodeframe.c 1033 const int frame_to_show = cm->ref_frame_map[vp9_rb_read_literal(rb, 3)]; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 81 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP8Common
vp8_loopfilter.c 309 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
453 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
560 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
postproc.c 731 if (!oci->frame_to_show)
739 *dest = *oci->frame_to_show;
804 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
812 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
818 vp8_yv12_copy_frame(oci->frame_to_show, &oci->post_proc_buffer);
    [all...]
mfqe.c 279 YV12_BUFFER_CONFIG *show = cm->frame_to_show;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 81 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP8Common
loopfilter.c 311 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
455 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
562 YV12_BUFFER_CONFIG *post = cm->frame_to_show;
postproc.c 724 if (!oci->frame_to_show)
732 *dest = *oci->frame_to_show;
797 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
805 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
811 vp8_yv12_copy_frame(oci->frame_to_show, &oci->post_proc_buffer);
    [all...]
mfqe.c 278 YV12_BUFFER_CONFIG *show = cm->frame_to_show;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 268 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
271 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx];
431 if (pbi->common.frame_to_show)
433 *sd = *pbi->common.frame_to_show;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 257 cm->frame_to_show = &cm->yv12_fb[cm->lst_fb_idx];
260 cm->frame_to_show = &cm->yv12_fb[cm->new_fb_idx];
439 if (pbi->common.frame_to_show)
441 *sd = *pbi->common.frame_to_show;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 261 cm->frame_to_show = get_frame_new_buffer(cm);
438 *sd = *cm->frame_to_show;
442 *sd = *cm->frame_to_show;
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 634 if (!cm->frame_to_show)
638 *dest = *cm->frame_to_show;
712 deblock_and_de_macro_block(cm->frame_to_show, ppbuf,
715 vp9_deblock(cm->frame_to_show, ppbuf, q);
717 vp8_yv12_copy_frame(cm->frame_to_show, ppbuf);
vp9_onyxc_int.h 133 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP9Common
vp9_mfqe.c 355 const YV12_BUFFER_CONFIG *show = cm->frame_to_show;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 615 if (!cm->frame_to_show)
619 *dest = *cm->frame_to_show;
626 deblock_and_de_macro_block(cm->frame_to_show, ppbuf,
629 vp9_deblock(cm->frame_to_show, ppbuf, q);
631 vp8_yv12_copy_frame(cm->frame_to_show, ppbuf);
vp9_onyxc_int.h 90 YV12_BUFFER_CONFIG *frame_to_show; member in struct:VP9Common
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 746 const YV12_BUFFER_CONFIG *const frame = pbi->common.frame_to_show;

Completed in 830 milliseconds

1 2