Searched defs:left (Results 1 - 25 of 85) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_treewriter.c37 unsigned int left, right; local
40 left = num_events[-tree[i]];
42 left = convert_distribution(tree[i], tree, branch_ct, num_events);
49 branch_ct[i >> 1][0] = left;
51 return left + right;
/hardware/qcom/camera/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_data.h33 long left; member in struct:__tag_tsrect
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_common_data.c141 PARTITION_CONTEXT left; member in struct:__anon1108
H A Dvp9_entropymode.h105 const MB_PREDICTION_MODE left = vp9_left_block_mode(mi, left_mi, block); local
106 return vp9_kf_y_mode_prob[above][left];
H A Dvp9_reconintra.c38 const uint8_t *left) { \
39 type##_predictor(dst, stride, size, above, left); \
49 const uint8_t *above, const uint8_t *left) {
54 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1], 1);
55 dst[(bs - 1) * stride] = left[bs - 1];
60 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1] * 2 +
61 left[r + 2], 2);
62 dst[(bs - 2) * stride] = ROUND_POWER_OF_TWO(left[b
48 d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
77 d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
93 d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
108 d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
137 d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
158 d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
185 v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
196 h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
207 tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
220 dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
232 dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
248 dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
263 dc_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
[all...]
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.cpp56 int usage, int left, int top, int width, int height,
70 left, top, width, height,
55 gralloc_lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void** vaddr) argument
/hardware/qcom/display/msm8960/libtilerenderer/
H A Dtilerenderer.cpp36 int left, int top,
46 if (!left && !right && !top && !bottom) {
47 left = 0;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
35 startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom) argument
/hardware/libhardware/tests/hwc/
H A Dtest-arrows.c77 int left = w / 4; local
82 vtx[0] = left;
84 vtx[2] = left;
93 vtx[10] = left;
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h91 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
H A DAudioHardwareGeneric.h55 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
H A DAudioHardwareStub.h38 virtual status_t setVolume(float left, float right) { return NO_ERROR; } argument
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp120 * @crop_left : x coordinate of top left corner of rectangle
121 * @crop_top : y coordinate of top left corner of rectangle
151 * @crop_left : x coordinate of top left corner of rectangle
152 * @crop_top : y coordinate of top left corner of rectangle
173 LOGD("before bounding left %d, top %d, width %d, height %d",
177 LOGD("after bounding left %d, top %d, width %d, height %d",
187 * @left : x coordinate of top left corner of rectangle
188 * @top : y coordinate of top left corner of rectangle
196 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_ argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfindnearmv.c37 const MODE_INFO *left = here - 1; local
61 /* Process left */
62 if (left->mbmi.ref_frame != INTRA_FRAME)
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv.as_int;
69 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias);
83 /* Process above left */
108 /* See if above-left MV can be merged with NEAREST */
114 + (left->mbmi.mode == SPLITMV)) * 2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c105 const MODE_INFO *left = here - 1; local
119 GET_MV_SIGN(left)
148 GET_MV(left)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c18 const uint8_t *above, const uint8_t *left) {
23 "lb %[tmp1], (%[left]) \n\t"
24 "lb %[tmp2], 1(%[left]) \n\t"
25 "lb %[tmp3], 2(%[left]) \n\t"
26 "lb %[tmp4], 3(%[left]) \n\t"
27 "lb %[tmp5], 4(%[left]) \n\t"
28 "lb %[tmp6], 5(%[left]) \n\t"
29 "lb %[tmp7], 6(%[left]) \n\t"
30 "lb %[tmp8], 7(%[left]) \n\t"
31 "lb %[tmp9], 8(%[left]) \
17 vp9_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
164 vp9_dc_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
H A Dvp9_intrapred4_dspr2.c18 const uint8_t *above, const uint8_t *left) {
22 "lb %[tmp1], (%[left]) \n\t"
23 "lb %[tmp2], 1(%[left]) \n\t"
24 "lb %[tmp3], 2(%[left]) \n\t"
25 "lb %[tmp4], 3(%[left]) \n\t"
40 : [left] "r" (left), [dst] "r" (dst), [stride] "r" (stride)
45 const uint8_t *above, const uint8_t *left) {
52 "lw %[left_c], (%[left]) \n\t"
81 : [above] "r" (above), [left] "
17 vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
44 vp9_dc_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
86 vp9_tm_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
H A Dvp9_intrapred8_dspr2.c18 const uint8_t *above, const uint8_t *left) {
22 "lb %[tmp1], (%[left]) \n\t"
23 "lb %[tmp2], 1(%[left]) \n\t"
24 "lb %[tmp3], 2(%[left]) \n\t"
25 "lb %[tmp4], 3(%[left]) \n\t"
26 "lb %[tmp5], 4(%[left]) \n\t"
27 "lb %[tmp6], 5(%[left]) \n\t"
28 "lb %[tmp7], 6(%[left]) \n\t"
29 "lb %[tmp8], 7(%[left]) \n\t"
68 : [left] "
17 vp9_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
73 vp9_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
156 vp9_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamOutALSA.cpp71 status_t AudioStreamOutALSA::setVolume(float left, float right) argument
77 volume = (left + right) / 2;
H A DALSAMixer.cpp305 status_t ALSAMixer::setVolume(uint32_t device, float left, float right) argument
317 long vol = minVol + left * (maxVol - minVol);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dtools_common.c113 const size_t left = detect->buf_read - detect->position; local
114 if (left > 0) {
115 const size_t more = (left < needed) ? left : needed;
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound_fm.h49 unsigned char left; member in struct:snd_dm_fm_voice
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound_fm.h60 unsigned char left; /* stereo left */ member in struct:snd_dm_fm_voice
/hardware/ti/omap4-aah/camera/
H A DCameraHalUtilClasses.cpp121 size_t &left,
137 left = ( mLeft + hRange / 2 ) * hScale;
141 areaWidth -= left;
149 ssize_t left,
156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
175 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
176 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
185 if ( left >
118 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
148 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
210 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp123 size_t &left,
139 left = ( mLeft + hRange / 2 ) * hScale;
143 areaWidth -= left;
151 ssize_t left,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
177 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
178 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
187 if ( left >
120 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
150 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
212 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp155 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
172 ETRACE("Not enough data to copy NALU header for %d, left = %d, header len = %d", i, sizeLeft, pNaluInfo->naluHeaderLen);
354 uint32_t left = 0, data = 0, phase = 0; local
365 left = length;
370 while ((left > 0) && (phase < 3)) {
373 while (left > 3) {
382 left -=4;
391 if (left > 0) {
406 left--;
410 if ((left >
455 int32_t naluOffset, offset, left; local
[all...]

Completed in 3169 milliseconds

1234