Searched refs:get_image_bps (Results 1 – 3 of 3) sorted by relevance
85 static int get_image_bps(aom_img_fmt_t fmt) { in get_image_bps() function336 const int bps = get_image_bps(ref_fmt); in main()
404 static int get_image_bps(const vpx_image_t *img) { in get_image_bps() function1125 data_sz = ctx->cfg.g_w * ctx->cfg.g_h * get_image_bps(img) / 8 * in encoder_encode()
607 static int get_image_bps(const aom_image_t *img) { in get_image_bps() function2015 ALIGN_POWER_OF_TWO(ctx->cfg.g_h, 5) * get_image_bps(img); in encoder_encode()