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

  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 456 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos,
525 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
553 ConvertToYUVA((const uint32_t*)row_in, mb_w, y_pos, dec->output_);
    [all...]
  /external/webp/src/dec/
vp8l.c 578 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos,
612 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
640 ConvertToYUVA((const uint32_t*)in, mb_w, y_pos, dec->output_);
    [all...]

Completed in 58 milliseconds