Lines Matching refs:orientation
94 int orientation;
464 if (b->orientation == subband_hl) \
468 if (b->orientation == subband_lh) \
604 int cb_width = s->codeblock[b->level + (b->orientation != subband_ll)].width;
605 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height;
631 if (b->orientation == subband_ll && s->num_refs == 0) {
662 enum dirac_subband orientation;
670 for (orientation = !!level; orientation < 4; orientation++) {
671 SubBand *b = &s->plane[comp].band[level][orientation];
781 enum dirac_subband orientation;
791 for (orientation = !!level; orientation < 4; orientation++) {
792 quant = FFMAX(quant_base - s->lowdelay.quant[level][orientation], 0);
794 &s->plane[0].band[level][orientation], NULL);
804 for (orientation = !!level; orientation < 4; orientation++) {
805 quant = FFMAX(quant_base - s->lowdelay.quant[level][orientation], 0);
807 &s->plane[1].band[level][orientation],
808 &s->plane[2].band[level][orientation]);
828 SubBand *b = &s->plane[p].band[level][3]; /* orientation doens't matter */
845 int i, level, orientation, quant_idx;
860 for (orientation = !!level; orientation < 4; orientation++) {
861 const int quant = FFMAX(quant_idx - s->lowdelay.quant[level][orientation], 0);
862 qfactor[level][orientation] = ff_dirac_qscale_tab[quant];
863 qoffset[level][orientation] = ff_dirac_qoffset_intra_tab[quant] + 2;
896 for (orientation = !!level; orientation < 4; orientation++) {
897 const SubBand *b1 = &s->plane[i].band[level][orientation];
903 qfactor[level][orientation],
904 qoffset[level][orientation],
1052 int i, w, h, level, orientation;
1066 for (orientation = !!level; orientation < 4; orientation++) {
1067 SubBand *b = &p->band[level][orientation];
1075 b->orientation = orientation;
1077 if (orientation & 1)
1079 if (orientation > 1)
1083 b->parent = &p->band[level-1][orientation];