Home
last modified time | relevance | path

Searched refs:get_image_bps (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c371 static int get_image_bps(const vpx_image_t *img) { in get_image_bps() function
984 data_sz = ctx->cfg.g_w * ctx->cfg.g_h * get_image_bps(img) / 8 * in encoder_encode()