Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/decoder/
H A 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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c41 int b_w, int b_h, int b_d, in cs_prepare()
/aosp_15_r20/external/libaom/av1/decoder/
H A 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
/aosp_15_r20/external/libopenapv/src/
H A Doapv.c197 static void plus_mid_val(s16 *coef, int b_w, int b_h, int bit_depth) in plus_mid_val()