Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dstb_image.h1957 } img_comp[4]; member
2195 dc = j->img_comp[b].dc_pred + diff; in stbi__jpeg_decode_block()
2196 j->img_comp[b].dc_pred = dc; in stbi__jpeg_decode_block()
2249 dc = j->img_comp[b].dc_pred + diff; in stbi__jpeg_decode_block_prog_dc()
2250 j->img_comp[b].dc_pred = dc; in stbi__jpeg_decode_block_prog_dc()
2907 …j->img_comp[0].dc_pred = j->img_comp[1].dc_pred = j->img_comp[2].dc_pred = j->img_comp[3].dc_pred … in stbi__jpeg_reset()
2927 int w = (z->img_comp[n].x+7) >> 3; in stbi__parse_entropy_coded_data()
2928 int h = (z->img_comp[n].y+7) >> 3; in stbi__parse_entropy_coded_data()
2931 int ha = z->img_comp[n].ha; in stbi__parse_entropy_coded_data()
2932 …peg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha], n, z->dequa… in stbi__parse_entropy_coded_data()
[all …]