Lines Matching defs:level
101 int plane_index, level, orientation;
104 for(level=0; level<MAX_DECOMPOSITIONS; level++){
105 for(orientation=level ? 1:0; orientation<4; orientation++){
106 memset(s->plane[plane_index].band[level][orientation].state, MID_STATE, sizeof(s->plane[plane_index].band[level][orientation].state));
516 int plane_index, level, orientation;
549 for(level=s->spatial_decomposition_count-1; level>=0; level--){
550 for(orientation=level ? 1 : 0; orientation<4; orientation++){
551 SubBand *b= &s->plane[plane_index].band[level][orientation];
554 b->level= level;
555 b->stride= s->plane[plane_index].width << (s->spatial_decomposition_count - level);
559 b->stride_line = 1 << (s->spatial_decomposition_count - level);
573 if(level)
574 b->parent= &s->plane[plane_index].band[level-1][orientation];
699 int plane_index, level, orientation, i;
727 for(level=MAX_DECOMPOSITIONS-1; level>=0; level--){
728 for(orientation=level ? 1 : 0; orientation<4; orientation++){
729 SubBand *b= &s->plane[plane_index].band[level][orientation];