Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c43 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/
Dvp9_decodeframe.c440 int dst_stride, int x, int y, int b_w, int b_h, in build_mc_border() argument
472 } while (--b_h); in build_mc_border()
478 int b_w, int b_h, int w, int h) { in high_build_mc_border() argument
510 } while (--b_h); in high_build_mc_border()
516 int x0, int y0, int b_w, int b_h, in extend_and_predict() argument
527 b_w, b_h, frame_width, frame_height); in extend_and_predict()
533 y0, b_w, b_h, frame_width, frame_height); in extend_and_predict()
541 int x0, int y0, int b_w, int b_h, in extend_and_predict() argument
551 build_mc_border(buf_ptr1, pre_buf_stride, mc_buf, b_w, x0, y0, b_w, b_h, in extend_and_predict()
670 const int b_h = y1 - y0 + 1; in dec_build_inter_predictors() local
[all …]
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
Dcudnn_rnn_ops.py605 b_h = tf_bias * 0.5
606 return b_i, b_h
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c411 int b_w, int b_h, int w, int h) { in highbd_build_mc_border() argument
444 } while (--b_h); in highbd_build_mc_border()
448 int dst_stride, int x, int y, int b_w, int b_h, in build_mc_border() argument
480 } while (--b_h); in build_mc_border()
534 const int b_h = block.y1 - block.y0; in extend_mc_border() local
539 block.y0, b_w, b_h, pre_buf->width, in extend_mc_border()
543 b_h, pre_buf->width, pre_buf->height); in extend_mc_border()
/external/clang/test/Analysis/
Dmisc-ps-region-store.m1178 int b_w, int b_h, int dx, int dy) {
1186 for (y = 0; y < b_h; y++) {