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

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 79 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS]; member in struct:VP8Common
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 111 YV12_BUFFER_CONFIG yv12_fb[NUM_YV12_BUFFERS]; member in struct:VP9Common
217 return &cm->yv12_fb[cm->active_ref_idx[ref]];
221 return &cm->yv12_fb[cm->new_fb_idx];
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3081 YV12_BUFFER_CONFIG *yv12_fb = cm->yv12_fb; local
    [all...]

Completed in 287 milliseconds