Home
last modified time | relevance | path

Searched refs:coef_stride (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvc2enc.c102 ptrdiff_t coef_stride; member
871 memset(&buf[x], 0, (p->coef_stride - p->width)*sizeof(dwtcoef)); in dwt_plane()
872 buf += p->coef_stride; in dwt_plane()
881 memset(&buf[x], 0, (p->coef_stride - p->width)*sizeof(dwtcoef)); in dwt_plane()
882 buf += p->coef_stride; in dwt_plane()
887 memset(buf, 0, p->coef_stride * (p->dwt_height - p->height) * sizeof(dwtcoef)); in dwt_plane()
891 t->vc2_subband_dwt[idx](t, p->coef_buf, p->coef_stride, in dwt_plane()
1136 p->coef_stride = FFALIGN(p->dwt_width, 32); in vc2_encode_init()
1137 p->coef_buf = av_mallocz(p->coef_stride*p->dwt_height*sizeof(dwtcoef)); in vc2_encode_init()
1147 b->stride = p->coef_stride; in vc2_encode_init()
[all...]

Completed in 2 milliseconds