Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c162 ia_bit_buf_struct *it_bit_buff, WORD32 *spec_coef, WORD16 *offsets, in ixheaacd_huffman_dec_word1() argument
188 spec_coef = spec_coef + offsets[0]; in ixheaacd_huffman_dec_word1()
259 *spec_coef++ = out1; in ixheaacd_huffman_dec_word1()
264 *spec_coef++ = -out1; in ixheaacd_huffman_dec_word1()
267 *spec_coef++ = out1; in ixheaacd_huffman_dec_word1()
305 *spec_coef++ = out2; in ixheaacd_huffman_dec_word1()
310 *spec_coef++ = -out2; in ixheaacd_huffman_dec_word1()
313 *spec_coef++ = out2; in ixheaacd_huffman_dec_word1()
320 spec_coef += (MAX_BINS_SHORT - offsets[1]); in ixheaacd_huffman_dec_word1()
325 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.c778 WORD32 *spec_coef[2]; in ixheaacd_aacdec_decodeframe() local
784 spec_coef[ch] = in ixheaacd_aacdec_decodeframe()
806 ixheaacd_drc_apply(pstr_drc_dec, spec_coef[ch], in ixheaacd_aacdec_decodeframe()
812 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.c241 GLfloat spec_coef; in shade_rastpos() local
244 spec_coef = powf(n_dot_h, shine); in shade_rastpos()
246 if (spec_coef > 1.0e-10F) { in shade_rastpos()
248 ACC_SCALE_SCALAR_3V( specularContrib, spec_coef, in shade_rastpos()
252 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef, in shade_rastpos()