Lines Matching refs:depth
1382 int channels = 0, order = 0, depth = 0, step = 0;
1413 if (comp->shift + comp->depth != 8 &&
1414 comp->shift + comp->depth != 16 &&
1415 comp->shift + comp->depth != 32)
1417 // The depth must not vary between components.
1418 if (depth && comp->depth != depth)
1422 if (comp->depth > 8 &&
1430 depth = comp->depth;
1431 order = order * 10 + comp->offset / ((depth + 7) / 8) + 1;
1454 if (depth <= 8) {
1457 if (depth <= 16)
1459 else if (depth == 32)