Home
last modified time | relevance | path

Searched refs:coefs_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/siren/
Dhuffman.c310 float *coefs_ptr; in decode_vector() local
326 coefs_ptr = coefs + (region * region_size); in decode_vector()
359 *coefs_ptr++ = decoded_value * scale_factor; in decode_vector()
375 coefs_ptr = coefs + (region * region_size); in decode_vector()
380 if (*coefs_ptr != 0) { in decode_vector()
382 if (fabs (*coefs_ptr) > 2.0 * decoder_standard_deviation[region]) { in decode_vector()
386 coefs_ptr++; in decode_vector()
393 if (*coefs_ptr++ != 0) in decode_vector()
404 coefs_ptr = coefs + (region * region_size); in decode_vector()
411 if (category == 7 || *coefs_ptr == 0) { in decode_vector()
[all …]
/third_party/ffmpeg/libavcodec/
Dsiren.c563 float *coefs_ptr; in decode_vector() local
577 coefs_ptr = coefs + (region * REGION_SIZE); in decode_vector()
611 *coefs_ptr++ = decoded_value * scale_factor; in decode_vector()
626 coefs_ptr = coefs + (region * REGION_SIZE); in decode_vector()
631 if (*coefs_ptr != 0) in decode_vector()
633 coefs_ptr++; in decode_vector()
646 coefs_ptr = coefs + (region * REGION_SIZE); in decode_vector()
653 if (category == 7 || *coefs_ptr == 0) in decode_vector()
654 *coefs_ptr = dw1 & 1 ? noise : -noise; in decode_vector()
655 coefs_ptr++; in decode_vector()
[all …]