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

  /external/libvpx/libvpx/vp8/common/
postproc.c 768 memset((&oci->post_proc_buffer_int)->buffer_alloc,128,(&oci->post_proc_buffer)->frame_size);
785 vp8_yv12_copy_frame(&oci->post_proc_buffer, &oci->post_proc_buffer_int);
788 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
790 vp8_de_mblock(&oci->post_proc_buffer,
795 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
804 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
806 vp8_de_mblock(&oci->post_proc_buffer, q + (deblock_level - 5) * 10);
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);
832 (oci->post_proc_buffer.y_buffer
    [all...]
alloccommon.c 29 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer);
103 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer, width, height, VP8BORDERINPIXELS) < 0)
108 memset(oci->post_proc_buffer.buffer_alloc, 128,
109 oci->post_proc_buffer.frame_size);
onyxc_int.h 90 YV12_BUFFER_CONFIG post_proc_buffer; member in struct:VP8Common
mfqe.c 280 YV12_BUFFER_CONFIG *dest = &cm->post_proc_buffer;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 761 vpx_memset((&oci->post_proc_buffer_int)->buffer_alloc,128,(&oci->post_proc_buffer)->frame_size);
778 vp8_yv12_copy_frame(&oci->post_proc_buffer, &oci->post_proc_buffer_int);
781 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
783 vp8_de_mblock(&oci->post_proc_buffer,
788 vp8_deblock(oci, &oci->post_proc_buffer_int, &oci->post_proc_buffer,
797 vp8_deblock(oci, oci->frame_to_show, &oci->post_proc_buffer,
799 vp8_de_mblock(&oci->post_proc_buffer, q + (deblock_level - 5) * 10);
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);
825 (oci->post_proc_buffer.y_buffer
    [all...]
alloccommon.c 28 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer);
102 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer, width, height, VP8BORDERINPIXELS) < 0)
107 vpx_memset(oci->post_proc_buffer.buffer_alloc, 128,
108 oci->post_proc_buffer.frame_size);
onyxc_int.h 90 YV12_BUFFER_CONFIG post_proc_buffer; member in struct:VP8Common
mfqe.c 279 YV12_BUFFER_CONFIG *dest = &cm->post_proc_buffer;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c 102 vp9_free_frame_buffer(&cm->post_proc_buffer);
122 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
186 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
vp9_onyxc_int.h 104 YV12_BUFFER_CONFIG post_proc_buffer; member in struct:VP9Common
vp9_postproc.c 612 YV12_BUFFER_CONFIG *const ppbuf = &cm->post_proc_buffer;
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 104 vpx_free_frame_buffer(&cm->post_proc_buffer);
vp9_onyxc_int.h 154 YV12_BUFFER_CONFIG post_proc_buffer; member in struct:VP9Common
vp9_postproc.c 631 YV12_BUFFER_CONFIG *const ppbuf = &cm->post_proc_buffer;
677 cm->post_proc_buffer.frame_size);
681 if (vpx_realloc_frame_buffer(&cm->post_proc_buffer, cm->width, cm->height,
vp9_mfqe.c 357 YV12_BUFFER_CONFIG *dest = &cm->post_proc_buffer;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 63 milliseconds