Searched refs:idct (Results 1 – 3 of 3) sorted by relevance
42 "src/idct.cpp",
405 void idct(int *block, uint8 *pred, uint8 *dst, int width); in BlockIDCT()406 idct(coeff_in, pred, dst, width); in BlockIDCT()
344 void idct( in idct() function