Searched refs:dst_buf_stride (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 519 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict() argument 529 CONVERT_TO_SHORTPTR(dst), dst_buf_stride, subpel_x, in extend_and_predict() 535 dst_buf_stride, subpel_x, subpel_y, sf, w, h, ref, kernel, in extend_and_predict() 544 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict() argument 555 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, subpel_y, sf, w, in extend_and_predict()
|