Searched refs:c_p_c (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c1297 unsigned c_p_c = vc->codebooks[vr->classbook].dimensions; local
1320 av_dlog(NULL, " residue type 0/1/2 decode begin, ch: %d cpc %d \n", ch, c_p_c);
1337 for (i = 0; i < c_p_c; ++i) {
1341 if (partition_count + c_p_c - 1 - i < ptns_to_read)
1342 classifs[j_times_ptns_to_read + partition_count + c_p_c - 1 - i] = temp - temp2 * vr->classifications;
1349 for (i = 0; (i < c_p_c) && (partition_count < ptns_to_read); ++i) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c1320 unsigned c_p_c = vc->codebooks[vr->classbook].dimensions; local
1336 for (i = partition_count + c_p_c - 1; i >= partition_count; i--) {
1344 for (i = partition_count + c_p_c - 1; i >= partition_count; i--) {
1369 unsigned c_p_c = vc->codebooks[vr->classbook].dimensions; local
1398 av_dlog(NULL, " residue type 0/1/2 decode begin, ch: %d cpc %d \n", ch, c_p_c);
1410 for (i = 0; (i < c_p_c) && (partition_count < ptns_to_read); ++i) {

Completed in 69 milliseconds