Home
last modified time | relevance | path

Searched refs:v_coeffs (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dec/
Dframe.c657 const int16_t* const v_coeffs = dec->coeffs_ + 20 * 16; in VP8ReconstructBlock() local
659 VP8TransformUV(v_coeffs, v_dst); in VP8ReconstructBlock()
661 VP8TransformDCUV(v_coeffs, v_dst); in VP8ReconstructBlock()