Searched refs:build_mc_border (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 439 static void build_mc_border(const uint8_t *src, int src_stride, uint8_t *dst, in build_mc_border() function 532 build_mc_border(buf_ptr1, pre_buf_stride, (uint8_t *)mc_buf_high, b_w, x0, in extend_and_predict() 551 build_mc_border(buf_ptr1, pre_buf_stride, mc_buf, b_w, x0, y0, b_w, b_h, in extend_and_predict()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 447 static void build_mc_border(const uint8_t *src, int src_stride, uint8_t *dst, in build_mc_border() function 542 build_mc_border(buf_ptr, buf_stride, mc_buf, b_w, block.x0, block.y0, b_w, in extend_mc_border()
|