OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idctrow
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp
123
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 816 milliseconds