Lines Matching refs:bitpool
46 uint8_t bitpool:8; /* Bitpool */ member
57 uint8_t bitpool:8; /* Bitpool */ member
74 tmp = nrof_blocks * hdr->bitpool; in calc_frame_len()
77 tmp = nrof_blocks * hdr->bitpool * 2; in calc_frame_len()
80 tmp = nrof_blocks * hdr->bitpool; in calc_frame_len()
83 tmp = nrof_blocks * hdr->bitpool + nrof_subbands; in calc_frame_len()
176 int bitpool[SIZE], frame_len[SIZE]; in analyze_file() local
206 bitpool[0] = hdr.bitpool; in analyze_file()
210 bitpool[n] = 0; in analyze_file()
253 if (p1 < 0 && (bitpool[n] == 0 || bitpool[n] == hdr.bitpool)) in analyze_file()
259 bitpool[p1] = hdr.bitpool; in analyze_file()
285 printf("Bitpool\t\t\t%d", bitpool[0]); in analyze_file()
287 if (bitpool[n] > 0) in analyze_file()
288 printf(", %d", bitpool[n]); in analyze_file()