Searched refs:bd (Results 76 - 100 of 180) sorted by relevance

12345678

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c44 x->e_mbd.bd);
127 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd);
179 dx >>= xd->bd - 8;
241 dx -= ((dequant_ptr[rc != 0] >> (xd->bd - 8)) + sz) ^ sz;
644 xd->bd);
648 xd->bd);
652 xd->bd);
659 xd->bd);
704 p->eobs[block], xd->bd);
809 src_stride, dst, dst_stride, xd->bd);
[all...]
H A Dvp9_block.h188 int eob, int bd);
H A Dvp9_aq_variance.c159 sse >>= 2 * (xd->bd - 8);
160 avg >>= (xd->bd - 8);
H A Dvp9_rd.h203 BLOCK_SIZE bs, int bd);
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct16x16_add_neon.c598 const int bd) {
806 highbd_idct16x16_add_store(out, dest, stride, bd);
852 const int stride, const int bd) {
1002 highbd_idct16x16_add_store(out, dest, stride, bd);
1148 const int stride, const int bd) {
1267 highbd_idct16x16_add_store(out, dest, stride, bd);
1272 int stride, int bd) {
1273 if (bd == 8) {
1297 bd);
1301 dest, stride, bd);
595 vpx_highbd_idct16x16_256_add_half1d(const int32_t *input, int32_t *output, uint16_t *dest, const int stride, const int bd) argument
850 vpx_highbd_idct16x16_38_add_half1d(const int32_t *input, int32_t *output, uint16_t *dest, const int stride, const int bd) argument
1145 vpx_highbd_idct16x16_10_add_half1d_pass2(const int32_t *input, int32_t *const output, uint16_t *const dest, const int stride, const int bd) argument
1271 vpx_highbd_idct16x16_256_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1314 vpx_highbd_idct16x16_38_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1348 vpx_highbd_idct16x16_10_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
1411 vpx_highbd_idct16x16_1_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
[all...]
H A Dhighbd_vpx_convolve_avg_neon.c20 int w, int h, int bd) {
25 (void)bd;
16 vpx_highbd_convolve_avg_neon(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, 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
H A Dhighbd_vpx_convolve8_neon.c143 int w, int h, int bd) {
146 x_step_q4, filter_y, y_step_q4, w, h, bd);
149 const uint16x8_t max = vdupq_n_u16((1 << bd) - 1);
343 int w, int h, int bd) {
346 x_step_q4, filter_y, y_step_q4, w, h, bd);
349 const uint16x8_t max = vdupq_n_u16((1 << bd) - 1);
572 int w, int h, int bd) {
575 x_step_q4, filter_y, y_step_q4, w, h, bd);
578 const uint16x8_t max = vdupq_n_u16((1 << bd) - 1);
738 int w, int h, int bd) {
138 vpx_highbd_convolve8_horiz_neon(const uint16_t *src, ptrdiff_t src_stride, uint16_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
337 vpx_highbd_convolve8_avg_horiz_neon(const uint16_t *src, ptrdiff_t src_stride, uint16_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
567 vpx_highbd_convolve8_vert_neon(const uint16_t *src, ptrdiff_t src_stride, uint16_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
732 vpx_highbd_convolve8_avg_vert_neon(const uint16_t *src, ptrdiff_t src_stride, uint16_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
[all...]
H A Dhighbd_idct32x32_34_add_neon.c374 int stride, const int bd) {
593 highbd_idct16x16_add_store(out, output, stride, bd);
594 highbd_idct16x16_add_store(out + 16, output + 16 * stride, stride, bd);
598 int stride, int bd) {
601 if (bd == 8) {
619 vpx_highbd_idct32_8_neon(t, dest, stride, bd);
373 vpx_highbd_idct32_8_neon(const int32_t *input, uint16_t *output, int stride, const int bd) argument
597 vpx_highbd_idct32x32_34_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int bd) argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothConnectionFacade.java500 for (BluetoothDevice bd : mBluetoothAdapter.getBondedDevices()) {
501 if (bd.isConnected()) {
502 results.add(bd);
520 for (BluetoothDevice bd : mBluetoothAdapter.getBondedDevices()) {
521 if (BluetoothFacade.deviceMatch(bd, deviceID)) {
522 return bd.isConnected();
/external/opencv/cv/src/
H A Dcvshapedescr.cpp979 double* Ad = 0, *bd = 0; local
1021 CV_CALL( bd = (double*)cvAlloc( n*sizeof(bd[0]) ));
1025 b = cvMat( n, 1, CV_64F, bd );
1043 bd[i] = 10000.0; // 1.0?
1056 b = cvMat( 2, 1, CV_64F, bd );
1061 bd[0] = gfp[3];
1062 bd[1] = gfp[4];
1067 b = cvMat( n, 1, CV_64F, bd );
1080 bd[
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrixImpl.java1053 final BigDecimal bd[] = new BigDecimal[v.length];
1054 for (int i = 0; i < bd.length; i++) {
1055 bd[i] = new BigDecimal(v[i]);
1057 return operate(bd);
1125 final BigDecimal bd[] = new BigDecimal[b.length];
1126 for (int i = 0; i < bd.length; i++) {
1127 bd[i] = new BigDecimal(b[i]);
1129 return solve(bd);
/external/freetype/src/gzip/
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;
/external/libvpx/libvpx/vpx_dsp/
H A Dfastssim.c141 int _s2ystride, int _w, int _h, uint32_t bd,
163 if (bd == 8 && shift == 0) {
472 double *ssim_u, double *ssim_v, uint32_t bd,
477 assert(bd >= in_bd);
478 bd_shift = bd - in_bd;
139 fs_downsample_level0(fs_ctx *_ctx, const uint8_t *_src1, int _s1ystride, const uint8_t *_src2, int _s2ystride, int _w, int _h, uint32_t bd, uint32_t shift) argument
470 vpx_calc_fastssim(const YV12_BUFFER_CONFIG *source, const YV12_BUFFER_CONFIG *dest, double *ssim_y, double *ssim_u, double *ssim_v, uint32_t bd, uint32_t in_bd) argument
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc52 ConvolveFunc shv8_avg, int bd)
53 : use_highbd_(bd) {
196 unsigned int output_height, int bd) {
232 *output_ptr = clip_pixel_highbd(temp >> VP9_FILTER_SHIFT, bd);
256 *dst_ptr++ = clip_pixel_highbd(temp >> VP9_FILTER_SHIFT, bd);
282 unsigned int output_height, int bd) {
288 output_width, output_height, bd);
920 #define WRAP(func, bd) \
921 void wrap_##func##_##bd( \
927 filter_x_stride, filter_y, filter_y_stride, w, h, bd); \
47 ConvolveFunctions(ConvolveFunc copy, ConvolveFunc avg, ConvolveFunc h8, ConvolveFunc h8_avg, ConvolveFunc v8, ConvolveFunc v8_avg, ConvolveFunc hv8, ConvolveFunc hv8_avg, ConvolveFunc sh8, ConvolveFunc sh8_avg, ConvolveFunc sv8, ConvolveFunc sv8_avg, ConvolveFunc shv8, ConvolveFunc shv8_avg, int bd) argument
191 highbd_filter_block2d_8_c(const uint16_t *src_ptr, const unsigned int src_stride, const int16_t *hfilter, const int16_t *vfilter, uint16_t *dst_ptr, unsigned int dst_stride, unsigned int output_width, unsigned int output_height, int bd) argument
278 highbd_filter_average_block2d_8_c( const uint16_t *src_ptr, const unsigned int src_stride, const int16_t *hfilter, const int16_t *vfilter, uint16_t *dst_ptr, unsigned int dst_stride, unsigned int output_width, unsigned int output_height, int bd) argument
[all...]
H A Dpartial_idct_test.cc37 int stride, int bd);
40 void wrapper(const tran_low_t *in, uint8_t *out, int stride, int bd) { argument
41 (void)bd;
47 int stride, int bd);
49 void highbd_wrapper(const tran_low_t *in, uint8_t *out, int stride, int bd) { argument
50 fn(in, CAST_TO_SHORTPTR(out), stride, bd);
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c331 BLOCKD *bd; local
337 bd = &mb->e_mbd.block[i];
342 int this_diff = be->coeff[j] - bd->dqcoeff[j];
354 BLOCKD *bd; local
361 bd = &mb->e_mbd.block[i];
363 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
904 BLOCKD *bd = &x->e_mbd.block[i]; local
907 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride,
909 vp8_subtract_b(be, bd, 16);
911 x->quantize_b(be, bd);
948 int bd = 0; local
1312 BLOCKD *bd = &x->e_mbd.block[i]; local
[all...]
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp111 BadDerived bd; local
112 (void)(i1 ? bb : bd); // expected-error {{conditional expression is ambiguous; 'BadBase' can be converted to 'BadDerived' and vice versa}}
113 (void)(i1 ? bd : bb); // expected-error {{conditional expression is ambiguous}}
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c27 int bd) {
39 bd);
196 xd->bd);
23 vp9_highbd_build_inter_predictor( const uint16_t *src, int src_stride, uint16_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/curl/tests/
H A Dstunnel.pem78 7b:80:b9:51:d0:b5:65:bd:6f:4e:aa:eb:89:01:12:
114 e0:cd:fb:c8:f5:d2:da:1d:11:fe:3c:18:20:8b:bd:22:31:1c:
/external/doclava/res/assets/templates/assets/
H A Dprettify.js7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DShortDuration.java344 private static long toLong(BigDecimal bd, RoundingMode roundingMode) { argument
346 return bd.setScale(0, roundingMode).longValueExact();
/external/e2fsprogs/debugfs/
H A Ddebug_cmds.ct197 block_dump, bdump, bd;
/external/mesa3d/src/glx/apple/
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/llvm/tools/bugpoint/
H A DMiscompilation.cpp50 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {} argument
184 ReduceMiscompilingFunctions(BugDriver &bd, argument
188 : BD(bd), TestFn(F) {}
445 ReduceMiscompiledBlocks(BugDriver &bd, argument
449 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DMiscompilation.cpp49 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {} argument
180 ReduceMiscompilingFunctions(BugDriver &bd, argument
183 : BD(bd), TestFn(F) {}
429 ReduceMiscompiledBlocks(BugDriver &bd, argument
433 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}

Completed in 3565 milliseconds

12345678