Home
last modified time | relevance | path

Searched refs:scan_n (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h1992 int scan_n, order[4]; member
2928 // in each scan, we'll have scan_n components, and the order
2951 if (z->scan_n == 1) { in stbi__parse_entropy_coded_data()
2982 // scan an interleaved mcu... process scan_n components in order in stbi__parse_entropy_coded_data()
2983 for (k=0; k < z->scan_n; ++k) { in stbi__parse_entropy_coded_data()
3009 if (z->scan_n == 1) { in stbi__parse_entropy_coded_data()
3042 // scan an interleaved mcu... process scan_n components in order in stbi__parse_entropy_coded_data()
3043 for (k=0; k < z->scan_n; ++k) { in stbi__parse_entropy_coded_data()
3205 z->scan_n = stbi__get8(z->s); in stbi__process_scan_header()
3206 if (z->scan_n < in stbi__process_scan_header()
[all...]

Completed in 8 milliseconds