OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNW_JPEG_MAX_SCAN_NUM
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_jpeg.h
36
#define
PNW_JPEG_MAX_SCAN_NUM
7
pnw_jpeg.c
58
static const uint32_t aui32_jpg_mtx_num[
PNW_JPEG_MAX_SCAN_NUM
] = {0x0, 0x1, 0x1, 0x5, 0x5, 0x15, 0x15};
85
(ptr->bits).max_num_scans =
PNW_JPEG_MAX_SCAN_NUM
;
203
if (jpeg_ctx_p->ui8ScanNum < 2 || jpeg_ctx_p->ui8ScanNum >
PNW_JPEG_MAX_SCAN_NUM
) {
371
if (jpeg_ctx->ui8ScanNum < 2 || jpeg_ctx->ui8ScanNum >
PNW_JPEG_MAX_SCAN_NUM
) {
569
pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers >
PNW_JPEG_MAX_SCAN_NUM
) {
psb_buffer.c
804
for (i = 0; i <
PNW_JPEG_MAX_SCAN_NUM
+ 1; i++) {
Completed in 69 milliseconds