Home | History | Annotate | Download | only in encoder

Lines Matching refs:dst

19                                   YV12_BUFFER_CONFIG *dst,
26 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer };
27 const int dst_strides[3] = { dst->y_stride, dst->uv_stride, dst->uv_stride };
36 if (4 * dst->y_crop_width == 3 * src_w &&
37 4 * dst->y_crop_height == 3 * src_h) {
69 const int dst_ws[3] = { dst->y_crop_width, dst->uv_crop_width,
70 dst->uv_crop_width };
71 const int dst_hs[3] = { dst->y_crop_height, dst->uv_crop_height,
72 dst->uv_crop_height };
92 const int dst_w = dst->y_crop_width;
93 const int dst_h = dst->y_crop_height;
115 vpx_extend_frame_borders(dst);