Home | History | Annotate | Download | only in test

Lines Matching refs:img

26   void Add(const vpx_image_t *img) {
28 const uint8_t *buf = img->planes[plane];
33 const int h = plane ? (img->d_h + img->y_chroma_shift) >>
34 img->y_chroma_shift : img->d_h;
35 const int w = plane ? (img->d_w + img->x_chroma_shift) >>
36 img->x_chroma_shift : img->d_w;
40 buf += img->stride[plane];