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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 657 const int16_t* const v_coeffs = dec->coeffs_ + 20 * 16; local
659 VP8TransformUV(v_coeffs, v_dst);
661 VP8TransformDCUV(v_coeffs, v_dst);
  /external/webp/src/dec/
frame.c 657 const int16_t* const v_coeffs = dec->coeffs_ + 20 * 16; local
659 VP8TransformUV(v_coeffs, v_dst);
661 VP8TransformDCUV(v_coeffs, v_dst);

Completed in 1076 milliseconds