Searched refs:idctrow4 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | block_idct.cpp | 162 &idctrow4, 163 &idctrow4, 164 &idctrow4, 165 &idctrow4 179 &idctrow1, &idctrow4, &idctrow3, &idctrow4, 180 &idctrow2, &idctrow4, &idctrow3, &idctrow4
|
D | idct.h | 52 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width);
|
D | idct_vca.cpp | 294 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow4() function
|