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

  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 84 // Y_OFF |YYYY| <- compressed/decoded samples ('yuv_out_')
85 // |YYYY| There are two buffers like this ('yuv_out_'/'yuv_out2_')
277 uint8_t* yuv_out_; // '' member in struct:__anon12132
310 // it->yuv_out_ or it->yuv_in_.
439 uint8_t* yuv_out_; // output samples member in struct:VP8Encoder
440 uint8_t* yuv_out2_; // secondary scratch out-buffer. swapped with yuv_out_.
  /external/webp/src/enc/
vp8enci.h 84 // Y_OFF |YYYY| <- compressed/decoded samples ('yuv_out_')
85 // |YYYY| There are two buffers like this ('yuv_out_'/'yuv_out2_')
277 uint8_t* yuv_out_; // '' member in struct:__anon28579
310 // it->yuv_out_ or it->yuv_in_.
439 uint8_t* yuv_out_; // output samples member in struct:VP8Encoder
440 uint8_t* yuv_out2_; // secondary scratch out-buffer. swapped with yuv_out_.

Completed in 2858 milliseconds