Lines Matching refs:this_coef
5705 JPEG_BLOCK_TYPE *this_coef = p + k; in JPEG_decode_block_ac_refine() local
5707 JPEG_BLOCK_TYPE *this_coef; in JPEG_decode_block_ac_refine()
5712 this_coef = p + _u8ZAG[k]; in JPEG_decode_block_ac_refine()
5717 this_coef = p + k; in JPEG_decode_block_ac_refine()
5721 if ( *this_coef != 0 ) in JPEG_decode_block_ac_refine()
5725 if ( ( *this_coef & p1 ) == 0 ) in JPEG_decode_block_ac_refine()
5727 if ( *this_coef >= 0 ) in JPEG_decode_block_ac_refine()
5729 *this_coef += p1; in JPEG_decode_block_ac_refine()
5733 *this_coef += m1; in JPEG_decode_block_ac_refine()
5780 JPEG_BLOCK_TYPE *this_coef = p + k; in JPEG_decode_block_ac_refine() local
5782 JPEG_BLOCK_TYPE *this_coef; in JPEG_decode_block_ac_refine()
5787 this_coef = p + _u8ZAG[k]; in JPEG_decode_block_ac_refine()
5792 this_coef = p + k; in JPEG_decode_block_ac_refine()
5796 if ( *this_coef != 0 ) in JPEG_decode_block_ac_refine()
5800 if ( ( *this_coef & p1 ) == 0 ) in JPEG_decode_block_ac_refine()
5802 if ( *this_coef >= 0 ) in JPEG_decode_block_ac_refine()
5804 *this_coef += p1; in JPEG_decode_block_ac_refine()
5808 *this_coef += m1; in JPEG_decode_block_ac_refine()