Lines Matching refs:this_coef
5634 JPEG_BLOCK_TYPE *this_coef; in JPEG_decode_block_ac_refine() local
5639 this_coef = p + _u8ZAG[k]; in JPEG_decode_block_ac_refine()
5644 this_coef = p + k; in JPEG_decode_block_ac_refine()
5647 if ( *this_coef != 0 ) in JPEG_decode_block_ac_refine()
5651 if ( ( *this_coef & p1 ) == 0 ) in JPEG_decode_block_ac_refine()
5653 if ( *this_coef >= 0 ) in JPEG_decode_block_ac_refine()
5655 *this_coef += p1; in JPEG_decode_block_ac_refine()
5659 *this_coef += m1; in JPEG_decode_block_ac_refine()
5699 JPEG_BLOCK_TYPE *this_coef; in JPEG_decode_block_ac_refine() local
5704 this_coef = p + _u8ZAG[k]; in JPEG_decode_block_ac_refine()
5709 this_coef = p + k; in JPEG_decode_block_ac_refine()
5712 if ( *this_coef != 0 ) in JPEG_decode_block_ac_refine()
5716 if ( ( *this_coef & p1 ) == 0 ) in JPEG_decode_block_ac_refine()
5718 if ( *this_coef >= 0 ) in JPEG_decode_block_ac_refine()
5720 *this_coef += p1; in JPEG_decode_block_ac_refine()
5724 *this_coef += m1; in JPEG_decode_block_ac_refine()