Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Dlightfield_bitstream_parsing.c85 static int get_image_bps(aom_img_fmt_t fmt) { in get_image_bps() function
336 const int bps = get_image_bps(ref_fmt); in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c404 static int get_image_bps(const vpx_image_t *img) { in get_image_bps() function
1125 data_sz = ctx->cfg.g_w * ctx->cfg.g_h * get_image_bps(img) / 8 * in encoder_encode()
/external/libaom/libaom/av1/
Dav1_cx_iface.c607 static int get_image_bps(const aom_image_t *img) { in get_image_bps() function
2015 ALIGN_POWER_OF_TWO(ctx->cfg.g_h, 5) * get_image_bps(img); in encoder_encode()