Lines Matching refs:this_coef
5700 JPEG_BLOCK_TYPE *this_coef = p + k; in JPEG_decode_block_ac_refine() local
5702 JPEG_BLOCK_TYPE *this_coef; in JPEG_decode_block_ac_refine()
5707 this_coef = p + _u8ZAG[k]; in JPEG_decode_block_ac_refine()
5712 this_coef = p + k; in JPEG_decode_block_ac_refine()
5716 if ( *this_coef != 0 ) in JPEG_decode_block_ac_refine()
5720 if ( ( *this_coef & p1 ) == 0 ) in JPEG_decode_block_ac_refine()
5722 if ( *this_coef >= 0 ) in JPEG_decode_block_ac_refine()
5724 *this_coef += p1; in JPEG_decode_block_ac_refine()
5728 *this_coef += m1; in JPEG_decode_block_ac_refine()
5775 JPEG_BLOCK_TYPE *this_coef = p + k; in JPEG_decode_block_ac_refine() local
5777 JPEG_BLOCK_TYPE *this_coef; in JPEG_decode_block_ac_refine()
5782 this_coef = p + _u8ZAG[k]; in JPEG_decode_block_ac_refine()
5787 this_coef = p + k; in JPEG_decode_block_ac_refine()
5791 if ( *this_coef != 0 ) in JPEG_decode_block_ac_refine()
5795 if ( ( *this_coef & p1 ) == 0 ) in JPEG_decode_block_ac_refine()
5797 if ( *this_coef >= 0 ) in JPEG_decode_block_ac_refine()
5799 *this_coef += p1; in JPEG_decode_block_ac_refine()
5803 *this_coef += m1; in JPEG_decode_block_ac_refine()