Home
last modified time | relevance | path

Searched refs:ss (Results 1 – 17 of 17) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c67 x->ss[search_site_count].mv.col = 0; in vp8_init_dsmotion_compensation()
68 x->ss[search_site_count].mv.row = 0; in vp8_init_dsmotion_compensation()
69 x->ss[search_site_count].offset = 0; in vp8_init_dsmotion_compensation()
76 x->ss[search_site_count].mv.col = 0; in vp8_init_dsmotion_compensation()
77 x->ss[search_site_count].mv.row = -Len; in vp8_init_dsmotion_compensation()
78 x->ss[search_site_count].offset = -Len * stride; in vp8_init_dsmotion_compensation()
82 x->ss[search_site_count].mv.col = 0; in vp8_init_dsmotion_compensation()
83 x->ss[search_site_count].mv.row = Len; in vp8_init_dsmotion_compensation()
84 x->ss[search_site_count].offset = Len * stride; in vp8_init_dsmotion_compensation()
88 x->ss[search_site_count].mv.col = -Len; in vp8_init_dsmotion_compensation()
[all …]
Dblock.h86 search_site *ss; member
Dethreading.c315 z->ss = x->ss; in setup_mbby_copy()
Donyx_if.c1810 CHECK_MEM_ERROR(cpi->mb.ss, vpx_calloc(sizeof(search_site), (MAX_MVSEARCH_STEPS * 8) + 1)); in vp8_create_compressor()
2400 vpx_free(cpi->mb.ss); in vp8_remove_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c108 x->ss[0].mv.col = x->ss[0].mv.row = 0; in vp9_init_dsmotion_compensation()
109 x->ss[0].offset = 0; in vp9_init_dsmotion_compensation()
116 search_site *const ss = &x->ss[ss_count++]; in vp9_init_dsmotion_compensation() local
117 ss->mv = ss_mvs[i]; in vp9_init_dsmotion_compensation()
118 ss->offset = ss->mv.row * stride + ss->mv.col; in vp9_init_dsmotion_compensation()
129 x->ss[0].mv.col = x->ss[0].mv.row = 0; in vp9_init3smotion_compensation()
130 x->ss[0].offset = 0; in vp9_init3smotion_compensation()
140 search_site *const ss = &x->ss[ss_count++]; in vp9_init3smotion_compensation() local
141 ss->mv = ss_mvs[i]; in vp9_init3smotion_compensation()
142 ss->offset = ss->mv.row * stride + ss->mv.col; in vp9_init3smotion_compensation()
[all …]
Dvp9_block.h99 search_site *ss; member
Dvp9_onyx_if.c1176 CHECK_MEM_ERROR(cm, cpi->mb.ss, vpx_calloc(sizeof(search_site), in vp9_create_compressor()
1606 vpx_free(cpi->mb.ss); in vp9_remove_compressor()
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_macros.h38 int hh, mm, ss; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h38 int hh, mm, ss; \
42 ss = tv.tv_sec%60; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp226 int hh, mm, ss; in get_timestamp() local
230 ss = tv.tv_sec%60; in get_timestamp()
231 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/utils/
Dloc_log.cpp232 int hh, mm, ss; in get_timestamp() local
236 ss = tv.tv_sec%60; in get_timestamp()
237 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/intel/bootstub/
De820_bios.S100 movl %ecx, %ss
119 movl %eax, %ss
183 movl %ebx, %ss
Dhead.S76 movl %ebx, %ss
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp950 struct stat ss; in doesDirExist() local
951 if (path != NULL && stat(path, &ss) == 0 && S_ISDIR(ss.st_mode)) { in doesDirExist()
/hardware/ril/reference-ril/
Dreference-ril.c1065 int *ss = (int *)data; local
1098 int *ss = (int *)data; local
1102 if (!ss || !datalen) {
1107 asprintf(&cmd, "AT+CCSS=%d", ss[0]);
1118 RIL_onUnsolicitedResponse(RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED, ss, sizeof(ss[0]));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3121 std::stringstream ss; in FormatIntWidth2() local
3122 ss << std::setfill('0') << std::setw(2) << value; in FormatIntWidth2()
3123 return ss.str(); in FormatIntWidth2()
3128 std::stringstream ss; in FormatHexInt() local
3129 ss << std::hex << std::uppercase << value; in FormatHexInt()
3130 return ss.str(); in FormatHexInt()
3135 std::stringstream ss; in FormatByte() local
3136 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase in FormatByte()
3138 return ss.str(); in FormatByte()
3143 std::string StringStreamToString(::std::stringstream* ss) { in StringStreamToString() argument
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h9977 ::std::stringstream ss;
9978 UniversalTersePrint(::std::tr1::get<N - 1>(t), &ss);
9979 strings->push_back(ss.str());
10007 ::std::stringstream ss;
10008 UniversalTersePrint(::std::tr1::get<0>(t), &ss);
10009 strings->push_back(ss.str());
10039 ::std::stringstream ss;
10040 internal::UniversalTersePrinter<T>::Print(value, &ss);
10041 return ss.str();