Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djquant1.c467 register JSAMPROW ptrin, ptrout; in color_quantize() local
474 ptrin = input_buf[row]; in color_quantize()
479 pixcode += GETJSAMPLE(colorindex[ci][GETJSAMPLE(*ptrin++)]); in color_quantize()
494 register JSAMPROW ptrin, ptrout; in color_quantize3() local
503 ptrin = input_buf[row]; in color_quantize3()
506 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*ptrin++)]); in color_quantize3()
507 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*ptrin++)]); in color_quantize3()
508 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*ptrin++)]); in color_quantize3()

Completed in 4 milliseconds