OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postprocessor
(Results
1 - 12
of
12
) sorted by null
/external/markdown/markdown/
postprocessors.py
19
class
Postprocessor
(Processor):
23
Each
Postprocessor
implements a "run" method that takes a pointer to a
26
Postprocessors must extend markdown.
Postprocessor
.
32
Subclasses of
Postprocessor
should implement a `run` method, which
40
class RawHtmlPostprocessor(
Postprocessor
):
70
class AndSubstitutePostprocessor(
Postprocessor
):
__init__.py
299
# footnote
postprocessor
will be inserted with ">amp_substitute"
/external/jpeg/
jdmainct.c
28
*
Postprocessor
input data is counted in "row groups". A row group
51
* out as row groups to the
postprocessor
.
121
JDIMENSION rowgroup_ctr; /* counts row groups output to
postprocessor
*/
130
JDIMENSION rowgroups_avail; /* row groups available to
postprocessor
*/
138
#define CTX_PROCESS_IMCU 1 /* feeding iMCU to
postprocessor
*/
328
/* For last pass of 2-pass quantization, just crank the
postprocessor
*/
362
* to the
postprocessor
. The
postprocessor
has to check for bottom
366
/* Feed the
postprocessor
*/
371
/* Has
postprocessor
consumed all the data yet? If so, mark buffer empty *
[
all
...]
filelist.doc
84
jdmainct.c Main buffer controller (JPEG decompressor =>
postprocessor
).
86
jdpostct.c
Postprocessor
buffer controller.
/external/qemu/distrib/jpeg-6b/
jdmainct.c
28
*
Postprocessor
input data is counted in "row groups". A row group
51
* out as row groups to the
postprocessor
.
121
JDIMENSION rowgroup_ctr; /* counts row groups output to
postprocessor
*/
130
JDIMENSION rowgroups_avail; /* row groups available to
postprocessor
*/
138
#define CTX_PROCESS_IMCU 1 /* feeding iMCU to
postprocessor
*/
328
/* For last pass of 2-pass quantization, just crank the
postprocessor
*/
362
* to the
postprocessor
. The
postprocessor
has to check for bottom
366
/* Feed the
postprocessor
*/
371
/* Has
postprocessor
consumed all the data yet? If so, mark buffer empty *
[
all
...]
filelist.doc
84
jdmainct.c Main buffer controller (JPEG decompressor =>
postprocessor
).
86
jdpostct.c
Postprocessor
buffer controller.
/external/markdown/markdown/extensions/
html_tidy.py
52
class TidyProcessor(markdown.postprocessors.
Postprocessor
):
footnotes.py
71
# Insert a
postprocessor
after amp_substitute oricessor
297
class FootnotePostprocessor(markdown.postprocessors.
Postprocessor
):
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h
28
* Header file for
PostProcessor
OMX Component Test application.
/external/markdown/docs/
CHANGE_LOG
24
Sept 2008: Moved prettifyTree to a
Postprocessor
, replaced wikilink ext
writing_extensions.txt
158
A
Postprocessor
should inherit from ``markdown.postprocessors.
Postprocessor
``
166
class TocPostprocessor(markdown.postprocessors.
Postprocessor
):
/external/libvpx/
examples.mk
60
postproc.DESCRIPTION = Decoder
postprocessor
control
Completed in 272 milliseconds