NUM_LAYERS
if (layer >= NUM_LAYERS)
for (layer = 0; layer < NUM_LAYERS; layer++) {
c->cnr.len = NUM_LAYERS + 1;
c->pre_bit_error.len = NUM_LAYERS + 1;
c->pre_bit_count.len = NUM_LAYERS + 1;
c->post_bit_error.len = NUM_LAYERS + 1;
c->post_bit_count.len = NUM_LAYERS + 1;
c->block_error.len = NUM_LAYERS + 1;
c->block_count.len = NUM_LAYERS + 1;
for (layer = 0; layer < NUM_LAYERS + 1; layer++) {
for (layer = 0; layer < NUM_LAYERS; layer++) {
u32 estimated_rate[NUM_LAYERS];
for (layer = 0; layer < NUM_LAYERS; layer++) {
if (layer >= NUM_LAYERS)
if (layer >= NUM_LAYERS)