Searched defs:b_h (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c372 int dst_stride, int x, int y, int b_w, int b_h,
404 } while (--b_h);
410 int b_w, int b_h, int w, int h) {
442 } while (--b_h);
448 int x0, int y0, int b_w, int b_h,
459 b_w, b_h, frame_width, frame_height);
465 y0, b_w, b_h, frame_width, frame_height);
473 int x0, int y0, int b_w, int b_h,
483 build_mc_border(buf_ptr1, pre_buf_stride, mc_buf, b_w, x0, y0, b_w, b_h,
608 const int b_h local
371 build_mc_border(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int x, int y, int b_w, int b_h, int w, int h) argument
408 high_build_mc_border(const uint8_t *src8, int src_stride, uint16_t *dst, int dst_stride, int x, int y, int b_w, int b_h, int w, int h) argument
447 extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, int x0, int y0, int b_w, int b_h, int frame_width, int frame_height, int border_offset, uint8_t *const dst, int dst_buf_stride, int subpel_x, int subpel_y, const InterpKernel *kernel, const struct scale_factors *sf, MACROBLOCKD *xd, int w, int h, int ref, int xs, int ys) argument
472 extend_and_predict(const uint8_t *buf_ptr1, int pre_buf_stride, int x0, int y0, int b_w, int b_h, int frame_width, int frame_height, int border_offset, uint8_t *const dst, int dst_buf_stride, int subpel_x, int subpel_y, const InterpKernel *kernel, const struct scale_factors *sf, int w, int h, int ref, int xs, int ys) argument
[all...]

Completed in 125 milliseconds