Searched defs:bd (Results 1 - 25 of 73) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.h45 int bd) {
52 const int32_t int_max = (1 << (7 + bd)) - 1;
58 (void) bd;
63 int bd) {
65 return highbd_check_range(rv, bd);
82 // bd of 8 uses trans_low with 16bits, need to remove 16bits
83 // bd of 10 uses trans_low with 18bits, need to remove 14bits
84 // bd of 12 uses trans_low with 20bits, need to remove 12bits
85 // bd of x uses trans_low with 8+x bits, need to remove 24-x bits
86 #define WRAPLOW(x, bd) ((((int32_
44 highbd_check_range(tran_high_t input, int bd) argument
62 highbd_dct_const_round_shift(tran_high_t input, int bd) argument
108 highbd_clip_pixel_add(uint16_t dest, tran_high_t trans, int bd) argument
[all...]
H A Dsubtract.c40 int bd) {
44 (void) bd;
36 vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff, ptrdiff_t diff_stride, const uint8_t *src8, ptrdiff_t src_stride, const uint8_t *pred8, ptrdiff_t pred_stride, int bd) argument
H A Dvpx_dsp_common.h52 static INLINE uint16_t clip_pixel_highbd(int val, int bd) { argument
53 switch (bd) {
H A Dintrapred.c382 const uint16_t *left, int bd) {
385 (void) bd;
414 const uint16_t *left, int bd) {
417 (void) bd;
430 const uint16_t *left, int bd) {
433 (void) bd;
446 const uint16_t *left, int bd) {
448 (void) bd;
476 const uint16_t *left, int bd) {
478 (void) bd;
380 highbd_d207_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
412 highbd_d63_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
428 highbd_d45_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
444 highbd_d117_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
474 highbd_d135_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
495 highbd_d153_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
522 highbd_v_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
534 highbd_h_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
546 highbd_tm_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
560 highbd_dc_128_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
573 highbd_dc_left_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
590 highbd_dc_top_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
607 highbd_dc_predictor(uint16_t *dst, ptrdiff_t stride, int bs, const uint16_t *above, const uint16_t *left, int bd) argument
[all...]
H A Dvpx_convolve.c344 int w, int h, int bd) {
357 dst[x] = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
369 int w, int h, int bd) {
383 clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd), 1);
395 int bd) {
409 ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd);
421 int bd) {
435 clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd), 1);
449 int w, int h, int bd) {
474 intermediate_height, bd);
340 highbd_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
365 highbd_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
391 highbd_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
417 highbd_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
443 highbd_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
481 vpx_highbd_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
495 vpx_highbd_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
509 vpx_highbd_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
523 vpx_highbd_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
537 vpx_highbd_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
553 vpx_highbd_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
566 NULL, 0, NULL, 0, w, h, bd); local
569 vpx_highbd_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
590 vpx_highbd_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...]
/external/v8/src/
H A Ddiy-fp.cc26 uint64_t bd = b * d; local
27 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
/external/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp40 B<double> bd; // expected-note {{here}} variable
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.h78 struct block_data *bd; member in class:brw::fs_live_variables
/external/clang/test/SemaCXX/
H A Ddefaulted-private-dtor.cpp17 BadDtor bd; // expected-note {{inaccessible destructor}} member in struct:V
/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/freetype/src/gzip/
H A Dinfblock.c156 uInt bl, bd; local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
308 uInt bl, bd; local
313 bd = 6; /* must be <= 9 for lookahead assumptions */
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
H A Dinfcodes.c58 local inflate_codes_statef *inflate_codes_new( /* bl, bd, tl, td, z) */ argument
59 uInt bl, uInt bd,
71 c->dbits = (Byte)bd;
H A Dinftrees.c327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument
332 uIntf *bd, /* distance desired/actual bit depth */
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
364 if (r != Z_OK || (*bd == 0 && nl > 257))
409 local int inflate_trees_fixed( /* bl, bd, tl, td, z) */ argument
411 uIntf *bd, /* distance desired/actual bit depth */
464 *bd = fixed_bd;
/external/mesa3d/src/glx/apple/
H A Dapple_glx_surface.c52 unsigned int width = 0, height = 0, bd, depth; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
H A Dapple_glx_drawable.c367 unsigned int width, height, bd, depth; local
404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd,
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeTraverserTest.java110 static final BinaryTree bd = new BinaryTree('d', bb, be); field in class:TreeTraverserTest
130 ASSERT.that(binaryIterationOrder(BIN_ADAPTER.preOrderTraversal(bd))).is("dbacefg");
135 ASSERT.that(binaryIterationOrder(BIN_ADAPTER.postOrderTraversal(bd))).is("acbgfed");
140 ASSERT.that(binaryIterationOrder(BIN_ADAPTER.breadthFirstTraversal(bd))).is("dbeacfg");
144 ASSERT.that(binaryIterationOrder(BIN_ADAPTER.inOrderTraversal(bd))).is("abcdegf");
/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeTraverserTest.java112 static final BinaryTree bd = new BinaryTree('d', bb, be); field in class:TreeTraverserTest
132 ASSERT.that(binaryIterationOrder(BIN_ADAPTER.preOrderTraversal(bd))).is("dbacefg");
137 ASSERT.that(binaryIterationOrder(BIN_ADAPTER.postOrderTraversal(bd))).is("acbgfed");
142 ASSERT.that(binaryIterationOrder(BIN_ADAPTER.breadthFirstTraversal(bd))).is("dbeacfg");
146 ASSERT.that(binaryIterationOrder(BIN_ADAPTER.inOrderTraversal(bd))).is("abcdegf");
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dencodeopt_msa.c46 BLOCKD *bd; local
65 bd = &mb->e_mbd.block[2 * loop_cnt];
67 dq_coeff_ptr = bd->dqcoeff;
75 bd = &mb->e_mbd.block[2 * loop_cnt + 1];
77 dq_coeff_ptr = bd->dqcoeff;
115 BLOCKD *bd; local
127 bd = &mb->e_mbd.block[loop_cnt];
129 dq_coeff_ptr = bd->dqcoeff;
137 bd = &mb->e_mbd.block[loop_cnt + 1];
139 dq_coeff_ptr = bd
[all...]
/external/fio/engines/
H A Dbinject.c35 static void binject_buc_init(struct binject_data *bd, struct io_u *io_u) argument
97 struct binject_data *bd = td->io_ops->data; local
99 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/libvpx/libvpx/test/
H A Dlpf_8_test.cc40 int count, int bd);
44 const uint8_t *thresh1, int bd);
62 int count, int bd) {
63 vpx_highbd_lpf_vertical_16_sse2(s, p, blimit, limit, thresh, bd);
68 int count, int bd) {
69 vpx_highbd_lpf_vertical_16_c(s, p, blimit, limit, thresh, bd);
74 int count, int bd) {
75 vpx_highbd_lpf_vertical_16_dual_sse2(s, p, blimit, limit, thresh, bd);
80 int count, int bd) {
81 vpx_highbd_lpf_vertical_16_dual_c(s, p, blimit, limit, thresh, bd);
60 wrapper_vertical_16_sse2(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd) argument
66 wrapper_vertical_16_c(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd) argument
72 wrapper_vertical_16_dual_sse2(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd) argument
78 wrapper_vertical_16_dual_c(uint16_t *s, int p, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count, int bd) argument
198 int32_t bd = bit_depth_; local
283 const int32_t bd = bit_depth_; local
354 const int32_t bd = bit_depth_; local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c210 int stride, int tx_type, int bd) {
226 IHT_4[tx_type].rows(input, outptr, bd);
235 IHT_4[tx_type].cols(temp_in, temp_out, bd);
238 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 4), bd);
251 int stride, int tx_type, int bd) {
261 ht.rows(input, outptr, bd);
270 ht.cols(temp_in, temp_out, bd);
273 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 5), bd);
286 int stride, int tx_type, int bd) {
296 ht.rows(input, outptr, bd);
209 vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
250 vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
285 vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
314 vp9_highbd_idct4x4_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
323 vp9_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
331 vp9_highbd_idct8x8_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
350 vp9_highbd_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
364 vp9_highbd_idct32x32_add(const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
377 vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
385 vp9_highbd_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
394 vp9_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
[all...]
H A Dvp9_reconintra.c65 int bd);
124 int plane, int bd) {
137 int base = 128 << (bd - 8);
236 left_col, xd->bd);
239 xd->bd);
405 x, y, plane, xd->bd);
113 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
H A Dvp9_reconinter.c30 int xs, int ys, int bd) {
33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd);
43 int x, int y, int bd) {
54 sf, w, h, ref, kernel, sf->x_step_q4, sf->y_step_q4, bd);
209 xd->bd);
23 high_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys, int bd) argument
36 vp9_highbd_build_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const MV *src_mv, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, enum mv_precision precision, int x, int y, int bd) argument
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp49 ReducePassList(BugDriver &bd) : BD(bd) {} argument
109 ReduceCrashingGlobalVariables(BugDriver &bd, argument
111 : BD(bd), TestFn(testFn) {}
179 ReduceCrashingFunctions(BugDriver &bd, argument
181 : BD(bd), TestFn(testFn) {}
252 ReduceCrashingBlocks(BugDriver &bd, argument
254 : BD(bd), TestFn(testFn) {}
360 ReduceCrashingInstructions(BugDriver &bd, argument
362 : BD(bd), TestF
[all...]
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c743 unsigned int width, height, bd, depth; local
763 (dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth)) {

Completed in 632 milliseconds

123