Lines Matching refs:ROI_width
1228 JPEG_STATIC MS_U16 ROI_width; //CL82399 variable
3737 ROI_width = 0; //CL82399 in JPEG_init()
6181 ROI_width = (pic_width / 16) * 16; in JPEG_decode_init()
6185 ROI_width = (pic_width / 32) * 32; in JPEG_decode_init()
6189 ROI_width = (pic_width / 64) * 64; in JPEG_decode_init()
6193 ROI_width = pic_width; in JPEG_decode_init()
6196 JPEG_DEBUG_API_MSG("Original ROI_width = %d \n", ROI_width); in JPEG_decode_init()
6198 if (ROI_width != pic_width) in JPEG_decode_init()
6200 _u16AlignedImagePitch = _u16AlignedImageWidth = ROI_width / _u8ScaleDownFactor; in JPEG_decode_init()
6353 … && ((mcu_row + 2) * gu8Max_mcu_x_size > ROI_width))//Last line last block within rang in JPEG_load_next_row()
6371 if((mcu_row + 1) * gu8Max_mcu_x_size > ROI_width)//ever line out rang block in JPEG_load_next_row()
6657 if(ROI_width != pic_width) in JPEG_StartDecode()
6659 JPEG_DEBUG_API_MSG("ROI!! ROI_width = %d, ROI_height = %d\n", ROI_width, pic_height); in JPEG_StartDecode()
6660 MDrv_JPD_SetROI(0, 0, (ROI_width>>3), (pic_height>>3)); in JPEG_StartDecode()
6663 _u16Image_x_size = ROI_width/_u8ScaleDownFactor; in JPEG_StartDecode()
8948 MS_U16 ROI_width;
8960 ROI_width = pic_width;
8964 MS_U16 ROI_width;
8969 ROI_width = (pic_width/32)*32;
8974 ROI_width = (pic_width/64)*64;
8981 *width = ROI_width/2;
8985 *width = ROI_width/4;
8989 *width = ROI_width/8;
8993 *width = ROI_width;