Home
last modified time | relevance | path

Searched refs:dwt_height (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc2enc.c99 int dwt_height; member
885 memset(buf, 0, p->coef_stride * (p->dwt_height - p->height) * sizeof(dwtcoef)); in dwt_plane()
1134 p->dwt_height = h = FFALIGN(p->height, (1 << s->wavelet_depth)); in vc2_encode_init()
1136 p->coef_buf = av_mallocz(p->coef_stride*p->dwt_height*sizeof(dwtcoef)); in vc2_encode_init()
1155 s->plane[i].dwt_height, in vc2_encode_init()
1162 s->num_y = s->plane[0].dwt_height/s->slice_height; in vc2_encode_init()