Home
last modified time | relevance | path

Searched refs:spec_coef (Results 1 – 6 of 6) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_block.c160 ia_bit_buf_struct *it_bit_buff, WORD32 *spec_coef, WORD16 *offsets, in ixheaacd_huffman_dec_word1() argument
186 spec_coef = spec_coef + offsets[0]; in ixheaacd_huffman_dec_word1()
257 *spec_coef++ = out1; in ixheaacd_huffman_dec_word1()
262 *spec_coef++ = -out1; in ixheaacd_huffman_dec_word1()
265 *spec_coef++ = out1; in ixheaacd_huffman_dec_word1()
303 *spec_coef++ = out2; in ixheaacd_huffman_dec_word1()
308 *spec_coef++ = -out2; in ixheaacd_huffman_dec_word1()
311 *spec_coef++ = out2; in ixheaacd_huffman_dec_word1()
318 spec_coef += (MAX_BINS_SHORT - offsets[1]); in ixheaacd_huffman_dec_word1()
323 spec_coef -= (MAX_BINS_SHORT * group_len); in ixheaacd_huffman_dec_word1()
[all …]
Dixheaacd_huff_code_reorder.c650 WORD32 *spec_coef = in ixheaacd_huff_dec_pair_hcr_pcw() local
696 *spec_coef++ = y; in ixheaacd_huff_dec_pair_hcr_pcw()
710 *spec_coef++ = z; in ixheaacd_huff_dec_pair_hcr_pcw()
716 *spec_coef++ = y; in ixheaacd_huff_dec_pair_hcr_pcw()
717 *spec_coef++ = z; in ixheaacd_huff_dec_pair_hcr_pcw()
734 ia_bit_buf_struct *itt_bit_buff, WORD32 *spec_coef, in ixheaacd_huff_dec_pair_hcr_non_pcw() argument
761 *spec_coef++ = y; in ixheaacd_huff_dec_pair_hcr_non_pcw()
770 *spec_coef++ = z; in ixheaacd_huff_dec_pair_hcr_non_pcw()
775 *spec_coef++ = y; in ixheaacd_huff_dec_pair_hcr_non_pcw()
776 *spec_coef++ = z; in ixheaacd_huff_dec_pair_hcr_non_pcw()
[all …]
Dixheaacd_aacdecoder.c776 WORD32 *spec_coef[2]; in ixheaacd_aacdec_decodeframe() local
782 spec_coef[ch] = in ixheaacd_aacdec_decodeframe()
803 ixheaacd_drc_apply(pstr_drc_dec, spec_coef[ch], in ixheaacd_aacdec_decodeframe()
809 aac_dec_handle->pstr_aac_dec_overlap_info[ch], spec_coef[ch], in ixheaacd_aacdec_decodeframe()
Dixheaacd_block.h54 WORD32 *spec_coef, WORD16 *sfb_offset, WORD start,
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h209 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG() local
210 if (spec_coef > 1.0e-10F) { in TAG()
211 spec_coef *= attenuation; in TAG()
212 ACC_SCALE_SCALAR_3V( spec[side], spec_coef, in TAG()
389 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); in TAG() local
390 ACC_SCALE_SCALAR_3V( contrib, spec_coef, in TAG()
/external/mesa3d/src/mesa/main/
Drastpos.c223 GLfloat spec_coef; in shade_rastpos() local
226 spec_coef = powf(n_dot_h, shine); in shade_rastpos()
228 if (spec_coef > 1.0e-10F) { in shade_rastpos()
230 ACC_SCALE_SCALAR_3V( specularContrib, spec_coef, in shade_rastpos()
234 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef, in shade_rastpos()