• Home
  • Raw
  • Download

Lines Matching refs:a_height

241     s->a_height = 0;  in free_buffers()
336 s->plane[i].band[j][k].a_height = h8 << j; in alloc_buffers()
345 s->plane[i].band[j][k].a_height = h8 << t; in alloc_buffers()
368 s->a_height = s->coded_height; in alloc_buffers()
657 if (!s->a_height && !s->coded_height) { in cfhd_decode()
663 if (s->a_height && !s->coded_height) in cfhd_decode()
664 s->coded_height = s->a_height; in cfhd_decode()
666 if (s->a_width != s->coded_width || s->a_height != s->coded_height || in cfhd_decode()
714 if (!s->a_width || !s->a_height) { in cfhd_decode()
721 lowpass_a_height = s->plane[s->channel_num].band[0][0].a_height; in cfhd_decode()
781 if (!s->a_width || !s->a_height) { in cfhd_decode()
789 highpass_a_height = s->plane[s->channel_num].band[s->level][s->subband_num].a_height; in cfhd_decode()
918 if (!s->a_width || !s->a_height || s->a_format == AV_PIX_FMT_NONE || in cfhd_decode()
966 …if (lowpass_height > s->plane[plane].band[0][0].a_height || lowpass_width > s->plane[plane].band[0… in cfhd_decode()
1007 …if (lowpass_height > s->plane[plane].band[1][1].a_height || lowpass_width > s->plane[plane].band[1… in cfhd_decode()
1046 …if (lowpass_height > s->plane[plane].band[2][1].a_height || lowpass_width > s->plane[plane].band[2… in cfhd_decode()
1133 …if (lowpass_height > s->plane[plane].band[0][0].a_height || lowpass_width > s->plane[plane].band[0… in cfhd_decode()
1172 …if (lowpass_height > s->plane[plane].band[1][1].a_height || lowpass_width > s->plane[plane].band[1… in cfhd_decode()
1225 …if (lowpass_height > s->plane[plane].band[4][1].a_height || lowpass_width > s->plane[plane].band[4… in cfhd_decode()
1346 …if (lowpass_height > s->plane[plane].band[4][1].a_height || lowpass_width > s->plane[plane].band[4… in cfhd_decode()
1429 pdst->a_height != psrc->a_height || in update_thread_context()
1435 pdst->a_height = psrc->a_height; in update_thread_context()
1443 pdst->coded_height = pdst->a_height; in update_thread_context()