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

  /external/libjpeg-turbo/doc/html/search/
functions_74.js 26 ['tjplanewidth',['tjPlaneWidth',['../group___turbo_j_p_e_g.html#ga63fb66bb1e36c74008c4634360becbb1',1,'turbojpeg.h']]],
all_74.js 61 ['tjplanewidth',['tjPlaneWidth',['../group___turbo_j_p_e_g.html#ga63fb66bb1e36c74008c4634360becbb1',1,'turbojpeg.h']]],
  /external/libjpeg-turbo/
turbojpeg.c 668 int pw=tjPlaneWidth(i, width, subsamp);
692 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp)
697 _throw("tjPlaneWidth(): Invalid argument");
700 _throw("tjPlaneWidth(): Invalid argument");
743 pw=tjPlaneWidth(componentID, width, subsamp);
1031 pw0=tjPlaneWidth(0, width, subsamp);
1042 int pw1=tjPlaneWidth(1, width, subsamp);
    [all...]
turbojpeg.h     [all...]
turbojpeg-jni.c 150 jint retval=(jint)tjPlaneWidth(componentID, width, subsamp);
322 int pw=tjPlaneWidth(i, width, subsamp);
401 int pw=tjPlaneWidth(i, width, subsamp);
770 int pw=tjPlaneWidth(i, scaledWidth, jpegSubsamp);
884 int pw=tjPlaneWidth(i, width, subsamp);
    [all...]

Completed in 49 milliseconds