Lines Matching refs:plane
153 * @param width plane width
154 * @param bw plane width in 8x8 blocks
997 if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
1250 if (get_bits_count(gb) & 0x1F) //next plane data starts at 32-bit boundary
1261 int plane, plane_idx, ret;
1286 for (plane = 0; plane < 3; plane++) {
1287 plane_idx = (!plane || !c->swap_planes) ? plane : (plane ^ 3);
1290 if ((ret = bink_decode_plane(c, frame, &gb, plane_idx, !!plane)) < 0)
1294 c->frame_num == 1, !!plane)) < 0)