Searched refs:bps (Results 1 – 6 of 6) sorted by relevance
51 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local76 bps = 32; in img_alloc_helper()80 bps = 24; in img_alloc_helper()89 bps = 16; in img_alloc_helper()95 bps = 12; in img_alloc_helper()98 bps = 16; in img_alloc_helper()132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8; in img_alloc_helper()151 h * s * bps / 8 : h * s)); in img_alloc_helper()163 img->bps = bps; in img_alloc_helper()211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED]; in vpx_img_set_rect()
19 int bps = 12; in yuvconfig2image() local23 bps = 24; in yuvconfig2image()26 bps = 16; in yuvconfig2image()45 img->bps = bps; in yuvconfig2image()
130 int bps; /**< bits per sample (for packed formats) */ member
308 img->bps = 12; in yuvconfig2image()
1072 ctx->preview_img.bps = 12; in vp8e_get_preview()
927 _img->bps = _y4m->vpx_bps; in y4m_input_fetch_frame()