Home
last modified time | relevance | path

Searched defs:b_w (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c41 int b_w, int b_h, int b_d, in cs_prepare()
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c459 int dst_stride, int x, int y, int b_w, int b_h, in build_mc_border()
497 int b_w, int b_h, int w, int h) { in high_build_mc_border()
535 int pre_buf_stride, int x0, int y0, int b_w, in extend_and_predict()
559 int pre_buf_stride, int x0, int y0, int b_w, in extend_and_predict()
687 const int b_w = x1 - x0 + 1; in dec_build_inter_predictors() local
/external/libaom/av1/decoder/
Ddecodeframe.c411 int y, int b_w, int b_h, int w, in highbd_build_mc_border()
451 int b_w, int b_h, int w, int h) { in build_mc_border()
535 const int b_w = block.x1 - block.x0; in extend_mc_border() local
/external/libopenapv/src/
Doapv.c197 static void plus_mid_val(s16 *coef, int b_w, int b_h, int bit_depth) in plus_mid_val()