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 642 int pw=tjPlaneWidth(i, width, subsamp);
666 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp)
671 _throw("tjPlaneWidth(): Invalid argument");
674 _throw("tjPlaneWidth(): Invalid argument");
717 pw=tjPlaneWidth(componentID, width, subsamp);
1002 pw0=tjPlaneWidth(0, width, subsamp);
1013 int pw1=tjPlaneWidth(1, width, subsamp);
    [all...]
turbojpeg.h     [all...]
turbojpeg-jni.c 146 jint retval=(jint)tjPlaneWidth(componentID, width, subsamp);
317 int pw=tjPlaneWidth(i, width, subsamp);
396 int pw=tjPlaneWidth(i, width, subsamp);
763 int pw=tjPlaneWidth(i, scaledWidth, jpegSubsamp);
876 int pw=tjPlaneWidth(i, width, subsamp);
    [all...]

Completed in 51 milliseconds