Lines Matching refs:plane
106 memset(s->plane[plane_index].band[level][orientation].state, MID_STATE, sizeof(s->plane[plane_index].band[level][orientation].state));
389 || !s->plane[plane_index].fast_mc )
390 mc_block(&s->plane[plane_index], dst, src, stride, b_w, b_h, dx, dy);
546 s->plane[plane_index].width = w;
547 s->plane[plane_index].height= h;
551 SubBand *b= &s->plane[plane_index].band[level][orientation];
555 b->stride= s->plane[plane_index].width << (s->spatial_decomposition_count - level);
574 b->parent= &s->plane[plane_index].band[level-1][orientation];
729 SubBand *b= &s->plane[plane_index].band[level][orientation];