Lines Matching refs:bands
45 /* all bands should have the same pitch */
46 pitch = plane->bands[0].pitch;
51 /* get pointers to the wavelet bands */
52 b0_ptr = plane->bands[0].buf;
53 b1_ptr = plane->bands[1].buf;
54 b2_ptr = plane->bands[2].buf;
55 b3_ptr = plane->bands[3].buf;
198 /* all bands should have the same pitch */
199 pitch = plane->bands[0].pitch;
201 /* get pointers to the wavelet bands */
202 b0_ptr = plane->bands[0].buf;
203 b1_ptr = plane->bands[1].buf;
204 b2_ptr = plane->bands[2].buf;
205 b3_ptr = plane->bands[3].buf;