Searched refs:emit_sof (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | jcmarker.c | 288 emit_sof (j_compress_ptr cinfo, JPEG_MARKER code) in emit_sof() function 538 emit_sof(cinfo, M_SOF10); /* SOF code for progressive arithmetic */ in write_frame_header() 540 emit_sof(cinfo, M_SOF9); /* SOF code for sequential arithmetic */ in write_frame_header() 543 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header() 545 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header() 547 emit_sof(cinfo, M_SOF1); /* SOF code for non-baseline Huffman file */ in write_frame_header()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmarker.c | 277 emit_sof (j_compress_ptr cinfo, JPEG_MARKER code) in emit_sof() function 532 emit_sof(cinfo, M_SOF9); /* SOF code for arithmetic coding */ in write_frame_header() 535 emit_sof(cinfo, M_SOF2); /* SOF code for progressive Huffman */ in write_frame_header() 537 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ in write_frame_header() 539 emit_sof(cinfo, M_SOF1); /* SOF code for non-baseline Huffman file */ in write_frame_header()
|