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

  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 85 const int ss_x = cm->subsampling_x; local
89 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
138 const int ss_x = cm->subsampling_x; 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 874 const int ss_x = plane->subsampling_x; local
    [all...]

Completed in 158 milliseconds