Home
last modified time | relevance | path

Searched refs:input_ptr (Results 1 – 2 of 2) sorted by relevance

/external/jpeg/
Djquant1.c520 register JSAMPROW input_ptr; in quantize_ord_dither() local
537 input_ptr = input_buf[row] + ci; in quantize_ord_dither()
551 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]]; in quantize_ord_dither()
552 input_ptr += nc; in quantize_ord_dither()
571 register JSAMPROW input_ptr; in quantize3_ord_dither() local
586 input_ptr = input_buf[row]; in quantize3_ord_dither()
594 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) + in quantize3_ord_dither()
596 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) + in quantize3_ord_dither()
598 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) + in quantize3_ord_dither()
621 register JSAMPROW input_ptr; in quantize_fs_dither() local
[all …]
/external/chromium/net/flip/
Dflip_framer_test.cc83 const char* input_ptr = reinterpret_cast<const char*>(input); in SimulateInFramer() local
92 size_t bytes_processed = framer_.ProcessInput(input_ptr, bytes_read); in SimulateInFramer()
94 input_ptr += bytes_processed; in SimulateInFramer()