Home
last modified time | relevance | path

Searched refs:buf_ptr1 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c447 static void extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, in extend_and_predict() argument
458 high_build_mc_border(buf_ptr1, pre_buf_stride, mc_buf_high, b_w, x0, y0, in extend_and_predict()
464 build_mc_border(buf_ptr1, pre_buf_stride, (uint8_t *)mc_buf_high, b_w, x0, in extend_and_predict()
472 static void extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, in extend_and_predict() argument
483 build_mc_border(buf_ptr1, pre_buf_stride, mc_buf, b_w, x0, y0, b_w, b_h, in extend_and_predict()
606 const uint8_t *const buf_ptr1 = ref_frame + y0 * buf_stride + x0; in dec_build_inter_predictors() local
611 extend_and_predict(buf_ptr1, buf_stride, x0, y0, b_w, b_h, frame_width, in dec_build_inter_predictors()