Searched refs:build_mc_border (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 371 static void build_mc_border(const uint8_t *src, int src_stride, uint8_t *dst, in build_mc_border() function 464 build_mc_border(buf_ptr1, pre_buf_stride, (uint8_t *)mc_buf_high, b_w, x0, in extend_and_predict() 483 build_mc_border(buf_ptr1, pre_buf_stride, mc_buf, b_w, x0, y0, b_w, b_h, in extend_and_predict()
|