Home | History | Annotate | Download | only in src

Lines Matching defs:bps

51   unsigned int  h, w, s, xcs, ycs, bps;
76 bps = 32;
80 bps = 24;
89 bps = 16;
95 bps = 12;
98 bps = 16;
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8;
151 h * s * bps / 8 : h * s));
163 img->bps = bps;
211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];