RGB_matrix is only used within LibJPEG_Encoding.
 
Symbols
loading...
Files
loading...

RGB_matrix variable

Syntax

RGB_typedef *RGB_matrix;

References

LocationReferrerText
main.c:30
RGB_typedef *RGB_matrix;
main.c:161Jpeg_CallbackFunction()
RGB_matrix = (RGB_typedef*)Row;
main.c:167Jpeg_CallbackFunction()
(((RGB_matrix[i].B & 0x00F8) >> 3)|
main.c:168Jpeg_CallbackFunction()
((RGB_matrix[i].G & 0x00FC) << 3)|
main.c:169Jpeg_CallbackFunction()
((RGB_matrix[i].R & 0x00F8) << 8));

Data Use

Functions writing RGB_matrix
Functions reading RGB_matrix
all items filtered out
RGB_matrix
all items filtered out
Type of RGB_matrix
RGB_matrix
all items filtered out