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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 697 static void DoUVTransform(uint32_t bits, const int16_t* const src,
798 DoUVTransform(bits_uv >> 0, coeffs + 16 * 16, u_dst);
799 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst);
  /external/webp/src/dec/
frame.c 697 static void DoUVTransform(uint32_t bits, const int16_t* const src,
798 DoUVTransform(bits_uv >> 0, coeffs + 16 * 16, u_dst);
799 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst);

Completed in 130 milliseconds