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

  /external/libjpeg-turbo/doc/html/search/
functions_74.js 24 ['tjplaneheight',['tjPlaneHeight',['../group___turbo_j_p_e_g.html#ga1a209696c6a80748f20e134b3c64789f',1,'turbojpeg.h']]],
all_74.js 59 ['tjplaneheight',['tjPlaneHeight',['../group___turbo_j_p_e_g.html#ga1a209696c6a80748f20e134b3c64789f',1,'turbojpeg.h']]],
  /external/libjpeg-turbo/
turbojpeg.c 670 int ph=tjPlaneHeight(i, height, subsamp);
713 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp)
718 _throw("tjPlaneHeight(): Invalid argument");
721 _throw("tjPlaneHeight(): Invalid argument");
744 ph=tjPlaneHeight(componentID, height, subsamp);
1032 ph0=tjPlaneHeight(0, height, subsamp);
1043 int ph1=tjPlaneHeight(1, height, subsamp);
    [all...]
turbojpeg.h     [all...]
turbojpeg-jni.c 161 jint retval=(jint)tjPlaneHeight(componentID, height, subsamp);
    [all...]

Completed in 66 milliseconds