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

  /external/libvpx/libvpx/vp8/common/
alloccommon.c 25 vp8_yv12_de_alloc_frame_buffer(&oci->yv12_fb[i]);
27 vp8_yv12_de_alloc_frame_buffer(&oci->temp_scale_frame);
29 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer);
31 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer_int);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
alloccommon.c 24 vp8_yv12_de_alloc_frame_buffer(&oci->yv12_fb[i]);
26 vp8_yv12_de_alloc_frame_buffer(&oci->temp_scale_frame);
28 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer);
30 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer_int);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 64 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 73 int vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf);
  /external/libvpx/libvpx/test/
vpx_scale_test.cc 59 vp8_yv12_de_alloc_frame_buffer(&img_);
60 vp8_yv12_de_alloc_frame_buffer(&ref_img_);
61 vp8_yv12_de_alloc_frame_buffer(&cpy_img_);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 28 vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf) { function
111 vp8_yv12_de_alloc_frame_buffer(ybf);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c 180 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_running_avg[i]);
182 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_mc_running_avg);
lookahead.c 54 vp8_yv12_de_alloc_frame_buffer(&ctx->buf[i].img);
onyx_if.c 464 vp8_yv12_de_alloc_frame_buffer(&cpi->pick_lf_lvl_frame);
465 vp8_yv12_de_alloc_frame_buffer(&cpi->scaled_source);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 30 vp8_yv12_de_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf) { function
111 vp8_yv12_de_alloc_frame_buffer(ybf);
  /external/libvpx/libvpx/vp8/encoder/
lookahead.c 54 vp8_yv12_de_alloc_frame_buffer(&ctx->buf[i].img);
denoising.c 479 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_running_avg[i]);
481 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_mc_running_avg);
482 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_last_source);
onyx_if.c 461 vp8_yv12_de_alloc_frame_buffer(&cpi->pick_lf_lvl_frame);
462 vp8_yv12_de_alloc_frame_buffer(&cpi->scaled_source);
    [all...]

Completed in 47 milliseconds