Lines Matching defs:comp
658 static int decode_component(DiracContext *s, int comp)
671 SubBand *b = &s->plane[comp].band[level][orientation];
695 avctx->execute(avctx, decode_subband_arith, &s->plane[comp].band[level][!!level],
1874 int y, i, comp, dsty;
1880 for (comp = 0; comp < 3; comp++) {
1881 Plane *p = &s->plane[comp];
1891 for (comp = 0; comp < 3; comp++) {
1892 Plane *p = &s->plane[comp];
1893 uint8_t *frame = s->current_picture->avframe->data[comp];
1902 ret = decode_component(s, comp); /* [DIRAC_STD] 13.4.1 core_transform_data() */
1926 int ret = interpolate_refplane(s, s->ref_pics[i], comp, p->width, p->height);
1950 mc_row(s, blocks, mctmp, comp, dsty);