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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1804 YV12_BUFFER_CONFIG *dst_fb) {
1807 const int out_w = dst_fb->y_crop_width;
1808 const int out_h = dst_fb->y_crop_height;
1811 const int out_w_uv = dst_fb->uv_crop_width;
1812 const int out_h_uv = dst_fb->uv_crop_height;
1820 uint8_t *dsts[4] = {dst_fb->y_buffer, dst_fb->u_buffer, dst_fb->v_buffer,
1821 dst_fb->alpha_buffer};
1822 int dst_strides[4] = {dst_fb
1803 scale_and_extend_frame_nonnormative(YV12_BUFFER_CONFIG *src_fb, YV12_BUFFER_CONFIG *dst_fb) argument
1839 scale_and_extend_frame(YV12_BUFFER_CONFIG *src_fb, YV12_BUFFER_CONFIG *dst_fb) argument
[all...]

Completed in 33 milliseconds