Lines Matching refs:cur_blk
4848 MS_U8 cur_blk;
4852 cur_blk = 1; // Y
4854 cur_blk = 3; // U
4856 cur_blk = 2; // V
4858 predictor = _s16dc_pred[pNJPEGContext->eNJPDNum][cur_blk - 1];
4862 my_vld.blk_type = cur_blk;
4882 my_vld.blk_type = cur_blk;
4901 my_vld.blk_type = cur_blk;
4917 _s16dc_pred[pNJPEGContext->eNJPDNum][cur_blk - 1] = p[0];//update predictor
4927 my_vld.blk_type = cur_blk;
4953 _s16dc_pred[pNJPEGContext->eNJPDNum][cur_blk - 1] = p[0];//update predictor
4963 MS_U8 cur_blk; in JPEG_do_RLE() local
4967 cur_blk = 1; // Y in JPEG_do_RLE()
4969 cur_blk = 3; // U in JPEG_do_RLE()
4971 cur_blk = 2; // V in JPEG_do_RLE()
4973 predictor = pNJPEGContext->_s16dc_pred[pNJPEGContext->eNJPDNum][cur_blk - 1]; in JPEG_do_RLE()
5024 … pNJPEGContext->_s16dc_pred[pNJPEGContext->eNJPDNum][cur_blk - 1] = p[0];//update predictor in JPEG_do_RLE()
5057 pNJPEGContext->_s16dc_pred[pNJPEGContext->eNJPDNum][cur_blk - 1] = p[0];//update predictor in JPEG_do_RLE()