Lines Matching defs:blk
53 int ch, blk;
61 for (blk = 0; blk < frame->blocks;
62 blk += s->increment) {
65 frame->sb_sample_f[blk][ch],
66 frame->sb_sample_f[blk + 1][ch] -
67 frame->sb_sample_f[blk][ch]);
77 for (blk = 0; blk < frame->blocks;
78 blk += s->increment) {
81 frame->sb_sample_f[blk][ch],
82 frame->sb_sample_f[blk + 1][ch] -
83 frame->sb_sample_f[blk][ch]);
109 int ch, sb, blk; /* channel, subband, block and bit counters */
175 for (blk = 0; blk < frame->blocks; blk++) {
184 frame->sb_sample_f[blk][ch][sb])) >> 32;