Searched refs:b_h (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_compute.c | 43 int b_w, int b_h, int b_d, in cs_prepare() argument 78 machine->SystemValue[i].xyzw[1].i[j] = b_h; in cs_prepare()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 372 int dst_stride, int x, int y, int b_w, int b_h, in build_mc_border() argument 404 } while (--b_h); in build_mc_border() 410 int b_w, int b_h, int w, int h) { in high_build_mc_border() argument 442 } while (--b_h); in high_build_mc_border() 448 int x0, int y0, int b_w, int b_h, in extend_and_predict() argument 459 b_w, b_h, frame_width, frame_height); in extend_and_predict() 465 y0, b_w, b_h, frame_width, frame_height); in extend_and_predict() 473 int x0, int y0, int b_w, int b_h, 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() 608 const int b_h = y1 - y0 + 1; in dec_build_inter_predictors() local [all …]
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.m | 1178 int b_w, int b_h, int dx, int dy) { 1186 for (y = 0; y < b_h; y++) {
|