Searched defs:src_fb (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1803 static void scale_and_extend_frame_nonnormative(YV12_BUFFER_CONFIG *src_fb, argument
1805 const int in_w = src_fb->y_crop_width;
1806 const int in_h = src_fb->y_crop_height;
1809 const int in_w_uv = src_fb->uv_crop_width;
1810 const int in_h_uv = src_fb->uv_crop_height;
1815 uint8_t *srcs[4] = {src_fb->y_buffer, src_fb->u_buffer, src_fb->v_buffer,
1816 src_fb->alpha_buffer};
1817 int src_strides[4] = {src_fb
1839 scale_and_extend_frame(YV12_BUFFER_CONFIG *src_fb, YV12_BUFFER_CONFIG *dst_fb) argument
[all...]

Completed in 134 milliseconds