Searched refs:coef_stride (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc2enc.c | 100 ptrdiff_t coef_stride; member 869 memset(&buf[x], 0, (p->coef_stride - p->width)*sizeof(dwtcoef)); in dwt_plane() 870 buf += p->coef_stride; in dwt_plane() 879 memset(&buf[x], 0, (p->coef_stride - p->width)*sizeof(dwtcoef)); in dwt_plane() 880 buf += p->coef_stride; in dwt_plane() 885 memset(buf, 0, p->coef_stride * (p->dwt_height - p->height) * sizeof(dwtcoef)); in dwt_plane() 889 t->vc2_subband_dwt[idx](t, p->coef_buf, p->coef_stride, in dwt_plane() 1135 p->coef_stride = FFALIGN(p->dwt_width, 32); in vc2_encode_init() 1136 p->coef_buf = av_mallocz(p->coef_stride*p->dwt_height*sizeof(dwtcoef)); in vc2_encode_init() 1146 b->stride = p->coef_stride; in vc2_encode_init() [all …]
|