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

  /external/libvncserver/common/
turbojpeg.h 75 TJSAMP_422,
493 #define TJ_422 TJSAMP_422
  /external/libjpeg-turbo/doc/html/search/
enumvalues_74.js 22 ['tjsamp_5f422',['TJSAMP_422',['../group___turbo_j_p_e_g.html#gga1d047060ea80bb9820d540bb928e9074a136130902cc578f11f32429b59368404',1,'turbojpeg.h']]],
all_74.js 67 ['tjsamp_5f422',['TJSAMP_422',['../group___turbo_j_p_e_g.html#gga1d047060ea80bb9820d540bb928e9074a136130902cc578f11f32429b59368404',1,'turbojpeg.h']]],
  /external/libjpeg-turbo/
turbojpeg.h 104 TJSAMP_422,
    [all...]
tjunittest.c 568 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440 ||
710 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test");
711 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test");
726 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0");
tjbench.c 596 if(_subsamp==TJSAMP_422) _subsamp=TJSAMP_440;
597 else if(_subsamp==TJSAMP_440) _subsamp=TJSAMP_422;
901 case 422: subsamp=TJSAMP_422; break;
974 fullTest(srcbuf, w, h, TJSAMP_422, i, argv[1]);
  /external/libvncserver/test/
tjunittest.c 355 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440)
449 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test");
450 doTest(35, 39, _4byteFormats, 4, TJSAMP_422, "test");

Completed in 44 milliseconds