Searched refs:extend_and_predict (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() function 540 static void extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, in extend_and_predict() function 673 extend_and_predict(buf_ptr1, buf_stride, x0, y0, b_w, b_h, frame_width, in dec_build_inter_predictors()
|