Lines Matching refs:ROI_width
1244 JPEG_STATIC MS_U16 ROI_width; //CL82399 variable
3745 ROI_width = 0; //CL82399 in JPEG_init()
6186 ROI_width = (pic_width / 16) * 16; in JPEG_decode_init()
6190 ROI_width = (pic_width / 32) * 32; in JPEG_decode_init()
6194 ROI_width = (pic_width / 64) * 64; in JPEG_decode_init()
6198 ROI_width = pic_width; in JPEG_decode_init()
6201 JPEG_DEBUG_API_MSG("Original ROI_width = %d \n", ROI_width); in JPEG_decode_init()
6203 if (ROI_width != pic_width) in JPEG_decode_init()
6205 _u16AlignedImagePitch = _u16AlignedImageWidth = ROI_width / _u8ScaleDownFactor; in JPEG_decode_init()
6358 … && ((mcu_row + 2) * gu8Max_mcu_x_size > ROI_width))//Last line last block within rang in JPEG_load_next_row()
6376 if((mcu_row + 1) * gu8Max_mcu_x_size > ROI_width)//ever line out rang block in JPEG_load_next_row()
6654 if(ROI_width != pic_width) in JPEG_StartDecode()
6656 JPEG_DEBUG_API_MSG("ROI!! ROI_width = %d, ROI_height = %d\n", ROI_width, pic_height); in JPEG_StartDecode()
6657 MDrv_JPD_SetROI(0, 0, (ROI_width>>3), (pic_height>>3)); in JPEG_StartDecode()
6660 _u16Image_x_size = ROI_width/_u8ScaleDownFactor; in JPEG_StartDecode()
8977 MS_U16 ROI_width;
8989 ROI_width = pic_width;
8993 MS_U16 ROI_width;
8998 ROI_width = (pic_width/32)*32;
9003 ROI_width = (pic_width/64)*64;
9010 *width = ROI_width/2;
9014 *width = ROI_width/4;
9018 *width = ROI_width/8;
9022 *width = ROI_width;