Searched refs:bd (Results 1 - 25 of 148) sorted by relevance

123456

/external/libpng/contrib/libtests/
H A Dgentests.sh88 for bd in 1 2 4 8
90 doit "$ct" "$bd"
98 for bd in 8 16
100 doit "$ct" "$bd"
/external/fio/engines/
H A Dbinject.c35 static void binject_buc_init(struct binject_data *bd, struct io_u *io_u) argument
96 struct binject_data *bd = td->io_ops->data; local
98 void *buf = bd->cmds;
113 bd->fd_flags[i] = fio_set_fd_nonblocking(bf->fd, "binject");
115 bd->fd_flags[i] = -1;
117 bd->pfds[i].fd = bf->fd;
118 bd->pfds[i].events = POLLIN;
123 ret = poll(bd->pfds, td->o.nr_files, -1);
132 if (pollin_events(bd->pfds, td->o.nr_files))
150 bd
188 struct binject_data *bd = td->io_ops->data; local
237 struct binject_data *bd = td->io_ops->data; local
379 struct binject_data *bd = td->io_ops->data; local
392 struct binject_data *bd; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp70 if (!bd[b].def[reg])
71 bd[b].use[reg] = true;
85 if (!bd[b].use[reg])
86 bd[b].def[reg] = true;
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
112 if (!bd[b].livein[i]) {
113 bd[b].livein[i] = true;
125 if (bd[bloc
[all...]
H A Dbrw_fs_live_variables.h78 struct block_data *bd; member in class:brw::fs_live_variables
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp70 if (!bd[b].def[reg])
71 bd[b].use[reg] = true;
85 if (!bd[b].use[reg])
86 bd[b].def[reg] = true;
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
112 if (!bd[b].livein[i]) {
113 bd[b].livein[i] = true;
125 if (bd[bloc
[all...]
H A Dbrw_fs_live_variables.h78 struct block_data *bd; member in class:brw::fs_live_variables
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsubtract_test.cc21 typedef void (*SubtractBlockFunc)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd; local
49 bd.predictor = reinterpret_cast<unsigned char*>(
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor)));
77 uint8_t *predictor = bd.predictor;
85 ASM_REGISTER_STATE_CHECK(GetParam()(&be, &bd, kDiffPredStride));
89 predictor = bd.predictor;
102 vpx_free(bd.predictor);
/external/libvpx/libvpx/test/
H A Dsubtract_test.cc21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd; local
49 bd.predictor = reinterpret_cast<unsigned char*>(
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor)));
77 uint8_t *predictor = bd.predictor;
85 REGISTER_STATE_CHECK(GetParam()(&be, &bd, kDiffPredStride));
89 predictor = bd.predictor;
102 vpx_free(bd.predictor);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h121 typedef void (*high_transform_1d)(const tran_low_t*, tran_low_t*, int bd);
148 int eob, int bd);
150 int eob, int bd);
152 int eob, int bd);
154 int eob, int bd);
156 int eob, int bd);
158 uint8_t *dest, int stride, int eob, int bd);
160 uint8_t *dest, int stride, int eob, int bd);
162 uint8_t *dest, int stride, int eob, int bd);
H A Dvp9_convolve.h31 int w, int h, int bd);
H A Dvp9_convolve.c291 int w, int h, int bd) {
304 dst[x] = clip_pixel_high(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
316 int w, int h, int bd) {
330 clip_pixel_high(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd), 1);
342 int bd) {
356 ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
368 int bd) {
382 clip_pixel_high(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd), 1);
396 int w, int h, int bd) {
423 intermediate_height, bd);
287 high_convolve_horiz(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, int x_step_q4, int w, int h, int bd) argument
312 high_convolve_avg_horiz(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, int x_step_q4, int w, int h, int bd) argument
338 high_convolve_vert(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, int y_step_q4, int w, int h, int bd) argument
364 high_convolve_avg_vert(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, int y_step_q4, int w, int h, int bd) argument
390 high_convolve(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *const x_filters, int x0_q4, int x_step_q4, const InterpKernel *const y_filters, int y0_q4, int y_step_q4, int w, int h, int bd) argument
430 vp9_high_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, int bd) argument
444 vp9_high_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, int bd) argument
458 vp9_high_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, int bd) argument
472 vp9_high_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, int bd) argument
486 vp9_high_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, int bd) argument
502 vp9_high_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, int bd) argument
515 NULL, 0, NULL, 0, w, h, bd); local
518 vp9_high_convolve_copy_c(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h, int bd) argument
539 vp9_high_convolve_avg_c(const uint8_t *src8, ptrdiff_t src_stride, uint8_t *dst8, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h, int bd) argument
[all...]
H A Dvp9_reconintra.c47 const uint16_t *left, int bd) { \
48 high_##type##_predictor(dst, stride, size, above, left, bd); \
73 const uint16_t *left, int bd) {
76 (void) bd;
107 const uint16_t *left, int bd) {
110 (void) bd;
125 const uint16_t *left, int bd) {
128 (void) bd;
142 const uint16_t *left, int bd) {
144 (void) bd;
71 high_d207_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
105 high_d63_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
123 high_d45_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
140 high_d117_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
171 high_d135_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
193 high_d153_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
221 high_v_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
233 high_h_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
245 high_tm_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
259 high_dc_128_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
272 high_dc_left_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
289 high_dc_top_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
306 high_dc_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
625 build_intra_predictors_high(const MACROBLOCKD *xd, const uint8_t *ref8, int ref_stride, uint8_t *dst8, int dst_stride, PREDICTION_MODE mode, TX_SIZE tx_size, int up_available, int left_available, int right_available, int x, int y, int plane, int bd) argument
[all...]
H A Dvp9_idct.c24 // bd of 8 uses trans_low with 16bits, need to remove 16bits
25 // bd of 10 uses trans_low with 18bits, need to remove 14bits
26 // bd of 12 uses trans_low with 20bits, need to remove 12bits
27 // bd of x uses trans_low with 8+x bits, need to remove 24-x bits
28 #define WRAPLOW(x) ((((int32_t)x) << (24 - bd)) >> (24 - bd))
40 tran_high_t trans, int bd) {
42 switch (bd) {
1452 int stride, int bd) {
1495 dest[stride * 0] = clip_pixel_bd_high(dest[stride * 0], a1, bd);
39 clip_pixel_bd_high(tran_high_t dest, tran_high_t trans, int bd) argument
1451 vp9_high_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
1505 high_idct4(const tran_low_t *input, tran_low_t *output, int bd) argument
1526 vp9_high_iwht4x4_1_add_c(const tran_low_t *in, uint8_t *dest8, int dest_stride, int bd) argument
1555 vp9_high_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
1581 vp9_high_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest8, int dest_stride, int bd) argument
1600 high_idct8(const tran_low_t *input, tran_low_t *output, int bd) argument
1645 vp9_high_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
1672 vp9_high_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
1687 high_iadst4(const tran_low_t *input, tran_low_t *output, int bd) argument
1730 vp9_high_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
1763 high_iadst8(const tran_low_t *input, tran_low_t *output, int bd) argument
1847 vp9_high_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
1874 vp9_high_idct8x8_10_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
1900 high_idct16(const tran_low_t *input, tran_low_t *output, int bd) argument
2066 vp9_high_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
2092 high_iadst16(const tran_low_t *input, tran_low_t *output, int bd) argument
2269 vp9_high_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
2296 vp9_high_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
2323 vp9_high_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
2339 high_idct32(const tran_low_t *input, tran_low_t *output, int bd) argument
2707 vp9_high_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
2746 vp9_high_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
2772 vp9_high_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int bd) argument
2790 vp9_high_idct4x4_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2799 vp9_high_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2807 vp9_high_idct8x8_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2826 vp9_high_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2840 vp9_high_idct32x32_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2853 vp9_high_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2861 vp9_high_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2870 vp9_high_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
[all...]
/external/qemu/audio/
H A Ddsound_template.h190 DSCBUFFERDESC bd; local
195 DSBUFFERDESC bd; local
209 memset (&bd, 0, sizeof (bd));
210 bd.dwSize = sizeof (bd);
211 bd.lpwfxFormat = &wfx;
213 bd.dwBufferBytes = conf.bufsize_in;
216 &bd,
221 bd
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.cc50 uint64_t bd = b * d; local
51 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
41 unsigned char *predictor = &bd->predictor[0];
/external/chromium_org/v8/src/
H A Ddiy-fp.cc26 uint64_t bd = b * d; local
27 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
41 unsigned char *predictor = &bd->predictor[0];
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho.s14 # CHECK: 2: 80 bd pop {r7, pc}
17 # CHECK: 6: 80 bd pop {r7, pc}
/external/icu/icu4c/source/common/
H A Dubidi.c672 bracketInit(UBiDi *pBiDi, BracketData *bd) { argument
673 bd->pBiDi=pBiDi;
674 bd->isoRunLast=0;
675 bd->isoRuns[0].start=0;
676 bd->isoRuns[0].limit=0;
677 bd->isoRuns[0].level=GET_PARALEVEL(pBiDi, 0);
678 bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=GET_PARALEVEL(pBiDi, 0)&1;
679 bd
693 bracketProcessB(BracketData *bd, UBiDiLevel level) argument
703 bracketProcessBoundary(BracketData *bd, int32_t lastCcPos, UBiDiLevel contextLevel, UBiDiLevel embeddingLevel) argument
719 bracketProcessLRI_RLI(BracketData *bd, UBiDiLevel level) argument
734 bracketProcessPDI(BracketData *bd) argument
743 bracketAddOpening(BracketData *bd, UChar match, int32_t position) argument
768 fixN0c(BracketData *bd, int32_t openingIndex, int32_t newPropPosition, DirProp newProp) argument
795 bracketProcessClosing(BracketData *bd, int32_t openIdx, int32_t position) argument
873 bracketProcessChar(BracketData *bd, int32_t position) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_asm_stubs.c152 int bd
163 int w, int h, int bd) { \
175 bd); \
187 bd); \
199 bd); \
212 bd); \
224 bd); \
236 bd); \
246 w, h, bd); \
255 int w, int h, int bd) { \
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c664 bracketInit(UBiDi *pBiDi, BracketData *bd) { argument
665 bd->pBiDi=pBiDi;
666 bd->isoRunLast=0;
667 bd->isoRuns[0].start=0;
668 bd->isoRuns[0].limit=0;
669 bd->isoRuns[0].level=GET_PARALEVEL(pBiDi, 0);
670 bd->isoRuns[0].lastStrong=bd->isoRuns[0].contextDir=GET_PARALEVEL(pBiDi, 0)&1;
671 bd->isoRuns[0].lastStrongPos=bd
685 bracketProcessB(BracketData *bd, UBiDiLevel level) argument
695 bracketProcessBoundary(BracketData *bd, int32_t lastCcPos, UBiDiLevel contextLevel, UBiDiLevel embeddingLevel) argument
712 bracketProcessLRI_RLI(BracketData *bd, UBiDiLevel level) argument
726 bracketProcessPDI(BracketData *bd) argument
732 bracketAddOpening(BracketData *bd, UChar match, int32_t position) argument
757 fixN0c(BracketData *bd, int32_t openingIndex, int32_t newPropPosition, DirProp newProp) argument
784 bracketProcessChar(BracketData *bd, int32_t position, DirProp dirProp) argument
[all...]
/external/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c28 long double bd = __gcc_qmul(b,d); local
32 DD real = { .ld = __gcc_qsub(ac,bd) };
65 DD bdDD = { .ld = bd };
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat2d.js157 ba = b[0], bb = b[1], bc = b[2], bd = b[3],
161 out[1] = aa*bb + ab*bd;
163 out[3] = ac*bb + ad*bd;
165 out[5] = bb*atx + bd*aty + bty;
/external/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp40 B<double> bd; // expected-note {{here}} variable

Completed in 3960 milliseconds

123456