HomeSort by relevance Sort by last modified time
    Searched defs:ss_x (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c 119 const int ss_x = cm->subsampling_x; local
122 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
165 const int ss_x = cm->subsampling_x; local
174 ss_x, ss_y, VP9_ENC_BORDER_IN_PIXELS) < 0)
186 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
vp9_loopfilter.c 908 const int ss_x = plane->subsampling_x; local
    [all...]
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 110 const int ss_x = ybf->uv_width < ybf->y_width; local
113 const int c_el = ext_size >> ss_x;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 164 const int ss_x = ybf->uv_width < ybf->y_width; local
167 const int c_el = ext_size >> ss_x;
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 1166 const int ss_x = plane->subsampling_x; local
    [all...]

Completed in 63 milliseconds