Lines Matching defs:height
118 static inline void difference_coding(int16_t *band, int width, int height)
122 for (i = 0; i < height; i++) {
162 for (int y = 0; y < frame->height >> 1; y++) {
275 int height = (i || bayer) ? s->coded_height >> chroma_y_shift : s->coded_height;
279 height = FFALIGN(height / 8, 2) * 8;
281 s->plane[i].height = height;
285 h8 = FFALIGN(height, 8) / 8;
292 s->plane[i].idwt_size = FFALIGN(height, 8) * stride;
298 s->plane[i].idwt_size = FFALIGN(height, 8) * stride * 2;
496 av_log(avctx, AV_LOG_DEBUG, "Lowpass height %"PRIu16"\n", data);
497 s->plane[s->channel_num].band[0][0].height = data;
546 av_log(avctx, AV_LOG_DEBUG, "Highpass height %i\n", data);
548 av_log(avctx, AV_LOG_ERROR, "Invalid highpass height\n");
552 s->plane[s->channel_num].band[s->level][s->subband_num].height = data;
569 s->plane[s->channel_num].band[s->level][s->subband_num].height = data;
614 av_log(avctx, AV_LOG_DEBUG, "Cropped height %"PRIu16"\n", data);
640 int lowpass_height = s->plane[s->channel_num].band[0][0].height;
678 unsigned height = s->cropped_height << (avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16);
679 if (avctx->height < height)
681 avctx->height = height;
683 pic->width = pic->height = 0;
693 pic->width = pic->height = 0;
716 lowpass_height = s->plane[s->channel_num].band[0][0].height;
730 av_log(avctx, AV_LOG_ERROR, "Invalid lowpass height\n");
748 av_log(avctx, AV_LOG_DEBUG, "Start of lowpass coeffs component %d height:%d, width:%d\n", s->channel_num, lowpass_height, lowpass_width);
759 /* Copy last line of coefficients if odd height */
783 highpass_height = s->plane[s->channel_num].band[s->level][s->subband_num].height;
948 int lowpass_height = s->plane[plane].band[0][0].height;
999 lowpass_height = s->plane[plane].band[1][1].height;
1038 lowpass_height = s->plane[plane].band[2][1].height;
1081 for (i = 0; i < s->plane[act_plane].height; i++) {
1105 for (i = 0; i < s->plane[act_plane].height / 2; i++) {
1115 int lowpass_height = s->plane[plane].band[0][0].height;
1164 lowpass_height = s->plane[plane].band[1][1].height;
1216 lowpass_height = s->plane[plane].band[4][1].height;
1280 for (i = 0; i < s->plane[act_plane].height; i++) {
1314 for (i = 0; i < s->plane[act_plane].height / 2; i++) {
1339 lowpass_height = s->plane[plane].band[4][1].height;
1371 for (i = 0; i < s->plane[act_plane].height; i++) {
1381 for (i = 0; i < s->plane[act_plane].height / 2; i++) {