Searched refs:pre_buf_stride (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 515 static void extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, in extend_and_predict() argument 526 high_build_mc_border(buf_ptr1, pre_buf_stride, mc_buf_high, b_w, x0, y0, in extend_and_predict() 532 build_mc_border(buf_ptr1, pre_buf_stride, (uint8_t *)mc_buf_high, b_w, x0, in extend_and_predict() 540 static void extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, in extend_and_predict() argument 551 build_mc_border(buf_ptr1, pre_buf_stride, mc_buf, b_w, x0, y0, b_w, b_h, in extend_and_predict()
|