Lines Matching refs:orientation
276 int plane_index, level, orientation;
280 for(orientation=level ? 1:0; orientation<4; orientation++){
282 if (plane_index==2) q= s->plane[1].band[level][orientation].qlog;
283 else if(orientation==2) q= s->plane[plane_index].band[level][1].qlog;
285 s->plane[plane_index].band[level][orientation].qlog= q;
447 int level, orientation, plane_index;
529 for(orientation=level ? 1 : 0; orientation<4; orientation++){
530 SubBand *b= &p->band[level][orientation];
531 unpack_coeffs(s, b, b->parent, orientation);
557 for(orientation=level ? 1 : 0; orientation<4; orientation++){
558 SubBand *b= &p->band[level][orientation];
574 if (orientation == 0){
583 decode_subband_slice_buffered(s, b, &s->sb, start_y, end_y, decode_state[level][orientation]);