search for: flaclib

Displaying 2 results from an estimated 2 matches for "flaclib".

Did you mean: flac_ip
2007 Nov 05
1
FLAC for VisualDSP
Hi everybody, I need like to port the flac encoding and decoding algorithm on the VisualDSP platform. Do you know if it's already existing a flac version for that? I'm trying to estimate the computational cost of FLAClib on blackfin. Do you know some profiling information for blackfin? I saw the assembler code for CPU dependent optimiziations. Is there something similar for blackfin? I couldn't find it. Thank you so much, Matteo Montani -------------- next part -------------- An HTML attachment was scrubbed...
2011 Sep 26
1
mid-side coding and bits per sample
Dear list, i'm doing a bit of analisys on flac's source code and i've run into something i can't quite grasp. flac version 1.2.1 flaclib C stream_encoder.c function "process_subframes_" line 2999 ++++++++++++++++++++++ if(do_mid_side) { FLAC__ASSERT(encoder->protected_->channels == 2); for(channel = 0; channel < 2; channel++) { const unsigned w = get_wasted_bits_(encoder->pri...