Searched refs:idctrow (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp123 static void idctrow(int16 *blk, uint8 *pred, uint8 *dst, int width);
400 idctrow(coeff_in, pred, dst, width);
425 FUNCTION NAME: idctrow
427 INPUT AND OUTPUT DEFINITIONS FOR idctrow
470 FUNCTION DESCRIPTION FOR idctrow
473 REQUIREMENTS FOR idctrow
476 REFERENCES FOR idctrow
479 PSEUDO-CODE FOR idctrow
482 RESOURCES USED FOR idctrow
507 ; Function Code FOR idctrow
509 void idctrow( function
[all...]

Completed in 51 milliseconds