Home
last modified time | relevance | path

Searched refs:this_coef (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c5705 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
[all …]
H A DapiJPEG.c5634 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()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c5700 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
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c5655 JPEG_BLOCK_TYPE *this_coef = p + k; in JPEG_decode_block_ac_refine() local
5657 JPEG_BLOCK_TYPE *this_coef; in JPEG_decode_block_ac_refine()
5662 this_coef = p + _u8ZAG[k]; in JPEG_decode_block_ac_refine()
5667 this_coef = p + k; in JPEG_decode_block_ac_refine()
5671 if ( *this_coef != 0 ) in JPEG_decode_block_ac_refine()
5675 if ( ( *this_coef & p1 ) == 0 ) in JPEG_decode_block_ac_refine()
5677 if ( *this_coef >= 0 ) in JPEG_decode_block_ac_refine()
5679 *this_coef += p1; in JPEG_decode_block_ac_refine()
5683 *this_coef += m1; in JPEG_decode_block_ac_refine()
5730 JPEG_BLOCK_TYPE *this_coef = p + k; in JPEG_decode_block_ac_refine() local
[all …]