Searched defs:be (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dsubtract_test.cc5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be; local
47 be.src_diff = reinterpret_cast<int16_t*>(
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
54 be.src = 0;
55 be.base_src = &source;
56 be
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
38 unsigned char *z = *(be->base_src) + be->src;
39 unsigned int src_stride = be->src_stride;
40 short *diff = &be->src_diff[0];
H A Dvp8_enc_stubs_mmx.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) argument
73 unsigned char *z = *(be->base_src) + be->src;
74 unsigned int src_stride = be->src_stride;
75 short *diff = &be->src_diff[0];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeintra.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
55 BLOCK *be = &x->block[ib]; local
65 vp8_subtract_b(be, b, 16);
67 x->short_fdct4x4(be->src_diff, be->coeff, 32);
69 x->quantize_b(be, b);
H A Dencodemb.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch) argument
24 unsigned char *src_ptr = (*(be->base_src) + be->src);
25 short *diff_ptr = be->src_diff;
27 int src_stride = be->src_stride;
489 output after inverse wht and idct will be all zero. A sum of absolute value
H A Dpickinter.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
121 static int get_prediction_error(BLOCK *be, BLOCKD *b) argument
125 sptr = (*(be->base_src) + be->src);
128 return vp8_get4x4sse_cs(sptr, be->src_stride, dptr, 16);
143 BLOCK *be = &x->block[ib]; local
163 distortion = get_prediction_error(be, b);
448 * The result can be rounde
[all...]
H A Drdopt.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
425 BLOCK *be; local
432 be = &mb->block[i];
439 int this_diff = be->coeff[j] - bd->dqcoeff[j];
452 BLOCK *be; local
461 be = &mb->block[i];
464 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
631 BLOCK *be,
629 rd_pick_intra4x4block( MACROBLOCK *x, BLOCK *be, BLOCKD *b, B_PREDICTION_MODE *best_mode, const int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int *bestdistortion) argument
1063 BLOCK *be = &x->block[i]; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h61 * @scale: scale factor to be applied for conversion to si units
62 * @offset: offset to be applied for conversion to si units
79 unsigned be; member in struct:iio_channel_info
90 * @be: big endian
100 unsigned *be,
164 *be = (endianchar == 'b');
410 &current->be,
522 "Should be %s written to %s\%s\n",
537 * @basedir: the sysfs directory in which the file is to be found
95 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h61 * @scale: scale factor to be applied for conversion to si units
62 * @offset: offset to be applied for conversion to si units
79 unsigned be; member in struct:iio_channel_info
90 * @be: big endian
100 unsigned *be,
164 *be = (endianchar == 'b');
410 &current->be,
522 "Should be %s written to %s\%s\n",
537 * @basedir: the sysfs directory in which the file is to be found
95 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h59 * @scale: scale factor to be applied for conversion to si units
60 * @offset: offset to be applied for conversion to si units
77 unsigned be; member in struct:iio_channel_info
88 * @be: big endian
98 unsigned *be,
162 *be = (endianchar == 'b');
409 &current->be,
545 "Should be %s "
563 * @basedir: the sysfs directory in which the file is to be found
93 iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used, unsigned *shift, uint64_t *mask, unsigned *be, const char *device_dir, const char *name, const char *generic_name) argument
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_camera.h14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
715 struct stats_buff be; member in struct:msm_stats_buf
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_camera.h7 * This program is distributed in the hope that it will be useful,
300 /* Should be same as VIDEO_MAX_PLANES in videodev2.h */
321 int resp_fd; /* FIXME: to be used by the kernel, pass-through for now */
815 struct stats_buff be; member in struct:msm_stats_buf
2129 * be composited into a single IRQ to the MSM.
2130 * Current usage: (may be updated based on hw changes)
2176 * rotation expects all the blocks in the stripe to be the same size

Completed in 699 milliseconds