Lines Matching defs:profile
120 const HQProfile *profile;
127 profile = &ff_hq_profile[0];
130 profile = &ff_hq_profile[prof_num];
134 ctx->avctx->coded_width = FFALIGN(profile->width, 16);
135 ctx->avctx->coded_height = FFALIGN(profile->height, 16);
136 ctx->avctx->width = profile->width;
137 ctx->avctx->height = profile->height;
146 for (i = 0; i < profile->num_slices + 1; i++)
150 for (slice = 0; slice < profile->num_slices; slice++) {
152 next_off = profile->tab_h * (slice + 1) / profile->num_slices;
153 perm = profile->perm_tab + start_off * profile->tab_w * 2;
155 if (slice_off[slice] < (profile->num_slices + 1) * 3 ||
165 for (i = 0; i < (next_off - start_off) * profile->tab_w; i++) {