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

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda.h140 int jpeg_huff_dc_index[3]; member in struct:coda_params
H A Dcoda-jpeg.c383 ctx->params.jpeg_huff_dc_index[j] =
1379 ctx->params.jpeg_huff_dc_index[0] << 9 |
1380 ctx->params.jpeg_huff_dc_index[1] << 8 |
1381 ctx->params.jpeg_huff_dc_index[2] << 7;

Completed in 194 milliseconds