Lines Matching refs:orientation

776 static int encode_subband_c0run(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){
805 if(orientation==1) ll= src[y + (x-2)*stride];
856 if(orientation==1) ll= src[y + (x-2)*stride];
896 static int encode_subband(SnowContext *s, SubBand *b, const IDWTELEM *src, const IDWTELEM *parent, int stride, int orientation){
897 // encode_subband_qtree(s, b, src, parent, stride, orientation);
898 // encode_subband_z0run(s, b, src, parent, stride, orientation);
899 return encode_subband_c0run(s, b, src, parent, stride, orientation);
900 // encode_subband_dzr(s, b, src, parent, stride, orientation);
1376 int plane_index, level, orientation;
1380 for(orientation=level ? 1:0; orientation<4; orientation++){
1381 if(orientation==2) continue;
1382 put_symbol(&s->c, s->header_state, s->plane[plane_index].band[level][orientation].qlog, 1);
1492 int level, orientation, delta_qlog;
1495 for(orientation=level ? 1 : 0; orientation<4; orientation++){
1496 SubBand *b= &s->plane[0].band[level][orientation];
1509 if(orientation==0)
1541 int level, orientation, x, y;
1545 for(orientation=level ? 1 : 0; orientation<4; orientation++){
1546 SubBand *b= &p->band[level][orientation];
1558 if (orientation == 2)
1561 if (orientation != 1)
1576 int level, orientation, plane_index, i, y, ret;
1787 for(orientation=level ? 1 : 0; orientation<4; orientation++){
1788 SubBand *b= &p->band[level][orientation];
1791 if(orientation==0)
1794 encode_subband(s, b, b->ibuf, b->parent ? b->parent->ibuf : NULL, b->stride, orientation);
1796 if(orientation==0)
1802 for(orientation=level ? 1 : 0; orientation<4; orientation++){
1803 SubBand *b= &p->band[level][orientation];