Searched defs:s8 (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_hal.h38 typedef signed char s8; typedef
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
952 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
961 x0 = dct_const_round_shift(s0 + s8);
969 x8 = dct_const_round_shift(s0 - s8);
987 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
1004 x8 = dct_const_round_shift(s8 + s12);
1008 x12 = dct_const_round_shift(s8 - s12);
1022 s8 = x8;
1039 x8 = s8 + s10;
1041 x10 = s8
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_idct.c639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
676 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
685 x0 = dct_const_round_shift(s0 + s8);
693 x8 = dct_const_round_shift(s0 - s8);
711 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
728 x8 = dct_const_round_shift(s8 + s12);
732 x12 = dct_const_round_shift(s8 - s12);
746 s8 = x8;
763 x8 = s8 + s10;
765 x10 = s8
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_dct.c799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
827 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
836 x0 = fdct_round_shift(s0 + s8);
844 x8 = fdct_round_shift(s0 - s8);
862 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
879 x8 = fdct_round_shift(s8 + s12);
883 x12 = fdct_round_shift(s8 - s12);
897 s8 = x8;
914 x8 = s8 + s10;
916 x10 = s8
[all...]
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp187 String8 s8 = String8(kvpairs); local
194 s8 = parms.toString();
197 return out->legacy_out->setParameters(s8);
204 String8 s8; local
207 s8 = out->legacy_out->getParameters(String8(keys));
209 AudioParameter parms = AudioParameter(s8);
214 s8 = parms.toString();
217 return strdup(s8.string());
338 String8 s8 = String8(kvpairs); local
344 s8
355 String8 s8; local
472 String8 s8; local
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp209 String8 s8 = String8(kvpairs); local
216 s8 = parms.toString();
219 return out->qcom_out->setParameters(s8);
226 String8 s8; local
229 s8 = out->qcom_out->getParameters(String8(keys));
231 AudioParameter parms = AudioParameter(s8);
236 s8 = parms.toString();
239 return strdup(s8.string());
359 String8 s8 = String8(kvpairs); local
365 s8
376 String8 s8; local
500 String8 s8; local
[all...]

Completed in 302 milliseconds