OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:huffmanindex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp
174
huffman_index*
huffmanIndex
() { return &fHuffmanIndex; }
744
// create the cinfo used to create/build the
huffmanIndex
824
jpeg_init_read_tile_scanline(cinfo, fImageIndex->
huffmanIndex
(),
876
fImageIndex->
huffmanIndex
(),
917
if (!skip_src_rows_tile(cinfo, fImageIndex->
huffmanIndex
(), srcRow, sampler.srcY0())) {
[
all
...]
/external/skia/src/images/
SkImageDecoder_libjpeg.cpp
174
huffman_index*
huffmanIndex
() { return &fHuffmanIndex; }
744
// create the cinfo used to create/build the
huffmanIndex
824
jpeg_init_read_tile_scanline(cinfo, fImageIndex->
huffmanIndex
(),
876
fImageIndex->
huffmanIndex
(),
917
if (!skip_src_rows_tile(cinfo, fImageIndex->
huffmanIndex
(), srcRow, sampler.srcY0())) {
[
all
...]
Completed in 91 milliseconds