HomeSort by relevance Sort by last modified time
    Searched refs:ictrans (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avclib_common.h 335 void ictrans(int16 *block, uint8 *pred, uint8 *cur, int width);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
itrans.cpp 169 void ictrans(int16 *block, uint8 *pred, uint8 *cur, int width) function
pred_intra.cpp 310 ictrans(dataBlock, predCb, predCb, 12);
315 ictrans(dataBlock, curCb, curCb, pitch);
331 ictrans(dataBlock, predCr, predCr, 12);
336 ictrans(dataBlock, curCr, curCr, pitch);
    [all...]
pred_inter.cpp 183 ictrans(dataBlock, predCb, predCb, 12);
188 ictrans(dataBlock, curCb, curCb, picWidth);
204 ictrans(dataBlock, predCr, predCr, 12);
209 ictrans(dataBlock, curCr, curCr, picWidth);
    [all...]

Completed in 230 milliseconds