Lines Matching defs:comp
1381 const AVComponentDescriptor *comp;
1404 comp = &desc->comp[c];
1405 if (comp->plane != plane)
1408 if (comp->step != 1 && comp->step != 2 &&
1409 comp->step != 4 && comp->step != 8)
1413 if (comp->shift + comp->depth != 8 &&
1414 comp->shift + comp->depth != 16 &&
1415 comp->shift + comp->depth != 32)
1418 if (depth && comp->depth != depth)
1422 if (comp->depth > 8 &&
1427 if (step && comp->step != step)
1430 depth = comp->depth;
1431 order = order * 10 + comp->offset / ((depth + 7) / 8) + 1;
1432 step = comp->step;