Searched refs:raw_shift (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c1952 vpx_image_t raw_shift; local
2195 vpx_img_alloc(&raw_shift, raw.fmt | VPX_IMG_FMT_HIGHBITDEPTH,
2199 img_upshift(&raw_shift, &raw, input_shift);
2200 frame_to_encode = &raw_shift;
2346 vpx_img_free(&raw_shift);

Completed in 262 milliseconds