Home
last modified time | relevance | path

Searched refs:LTP (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GrdProc.cpp21 LTP(0) { in CJBig2_GRDProc()
68 FX_BOOL LTP, SLTP, bVal; in decode_Arith_Template0_opt3() local
74 LTP = 0; in decode_Arith_Template0_opt3()
88 LTP = LTP ^ SLTP; in decode_Arith_Template0_opt3()
90 if (LTP == 1) { in decode_Arith_Template0_opt3()
158 FX_BOOL LTP, SLTP, bVal; in decode_Arith_Template0_unopt() local
161 LTP = 0; in decode_Arith_Template0_unopt()
167 LTP = LTP ^ SLTP; in decode_Arith_Template0_unopt()
169 if (LTP == 1) { in decode_Arith_Template0_unopt()
206 FX_BOOL LTP, SLTP, bVal; in decode_Arith_Template1_opt3() local
[all …]
DJBig2_GrrdProc.cpp37 FX_BOOL LTP, SLTP, bVal; in decode_Template0_unopt() local
40 LTP = 0; in decode_Template0_unopt()
46 LTP = LTP ^ SLTP; in decode_Template0_unopt()
48 if (LTP == 0) { in decode_Template0_unopt()
155 FX_BOOL LTP, SLTP, bVal; in decode_Template0_opt() local
165 LTP = 0; in decode_Template0_opt()
183 LTP = LTP ^ SLTP; in decode_Template0_opt()
193 if (LTP == 0) { in decode_Template0_opt()
289 FX_BOOL LTP, SLTP, bVal; in decode_Template1_unopt() local
292 LTP = 0; in decode_Template1_unopt()
[all …]
DJBig2_GrdProc.h120 FX_BOOL LTP; variable
/external/autotest/client/site_tests/kernel_LTP/
Dcontrol.kernel_tests15 Invokes custom ChromeOS kernel tests LTP cmdfile.
16 Runs the sequence of all tests in the LTP cmdfile.
Dcontrol.kernel_unittests15 Invokes custom ChromeOS kernel unittests LTP cmdfile.
16 Runs the sequence of all tests in the LTP cmdfile.
Dltp-diff.py24 Note: location[1,2,N] may be local files or URLs of LTP results\n"
/external/libgsm/
DREADME2 GSM 06.10 13 kbit/s RPE/LTP speech compression available
12 transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
/external/autotest/client/tests/ltp/
Dcontrol.full1 NAME = "LTP"
Dltp-diff.py23 Note: location[1,2,N] may be local files or URLs of LTP results\n"
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DDifference.miff57 …^i�]ak�chq�ilv�dio�Xag�JWh�GXg�AI4�?� `�`�`�P�"#�8B��LR+�gd[�deg�LTP�+� �A#�)SN�bw�
/external/clang/include/clang/Sema/
DSema.h530 void SetLateTemplateParser(LateTemplateParserCB *LTP, in SetLateTemplateParser() argument
533 LateTemplateParser = LTP; in SetLateTemplateParser()