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

  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 86 const int ss_y = cm->subsampling_y; local
89 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
139 const int ss_y = cm->subsampling_y; local
146 if (vp9_alloc_frame_buffer(&cm->yv12_fb[i], width, height, ss_x, ss_y,
162 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
vp9_loopfilter.c 875 const int ss_y = plane->subsampling_y; local
    [all...]

Completed in 76 milliseconds