Lines Matching defs:transform
171 int8_t transform; ///< transform on / off
172 int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band
817 "Channel transform bit");
826 chgroup->transform = 0;
849 /** decode transform type */
854 "Unknown channel transform type");
858 chgroup->transform = 1;
874 chgroup->transform = 1;
892 /** decode transform on / off */
893 if (chgroup->transform) {
896 /** transform can be enabled for individual bands */
1120 if (s->chgroup[i].transform) {
1459 /** read postproc transform */