HomeSort by relevance Sort by last modified time
    Searched refs:yuv_b_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 274 uint8_t* yuv_b_; // main block for Y/U/V (size = YUV_SIZE) member in struct:VP8Decoder
frame.c 545 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_);
596 dec->yuv_b_ = (uint8_t*)mem;
714 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF;
715 uint8_t* const u_dst = dec->yuv_b_ + U_OFF;
716 uint8_t* const v_dst = dec->yuv_b_ + V_OFF;
809 // Transfer reconstructed samples from yuv_b_ cache to final destination.
  /external/webp/src/dec/
vp8i.h 274 uint8_t* yuv_b_; // main block for Y/U/V (size = YUV_SIZE) member in struct:VP8Decoder
frame.c 545 const size_t yuv_size = YUV_SIZE * sizeof(*dec->yuv_b_);
596 dec->yuv_b_ = (uint8_t*)mem;
714 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF;
715 uint8_t* const u_dst = dec->yuv_b_ + U_OFF;
716 uint8_t* const v_dst = dec->yuv_b_ + V_OFF;
809 // Transfer reconstructed samples from yuv_b_ cache to final destination.

Completed in 90 milliseconds