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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 134 huffman_index* huffmanIndex() { return &fHuffmanIndex; }
654 // create the cinfo used to create/build the huffmanIndex
736 jpeg_init_read_tile_scanline(cinfo, fImageIndex->huffmanIndex(),
785 fImageIndex->huffmanIndex(),
838 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow, sampler.srcY0())) {
845 int row_count = jpeg_read_tile_scanline(cinfo, fImageIndex->huffmanIndex(), &rowptr);
863 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow,
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 134 huffman_index* huffmanIndex() { return &fHuffmanIndex; }
654 // create the cinfo used to create/build the huffmanIndex
736 jpeg_init_read_tile_scanline(cinfo, fImageIndex->huffmanIndex(),
785 fImageIndex->huffmanIndex(),
838 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow, sampler.srcY0())) {
845 int row_count = jpeg_read_tile_scanline(cinfo, fImageIndex->huffmanIndex(), &rowptr);
863 if (!skip_src_rows_tile(cinfo, fImageIndex->huffmanIndex(), srcRow,
    [all...]

Completed in 61 milliseconds