Searched refs:tc (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_tapify.py49 tr,tc = p
50 print " %2d, %2d, %5d, " % (tr,tc,t,),
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c201 CHECK_BETTER(left, tr, tc - hstep); \
202 CHECK_BETTER(right, tr, tc + hstep); \
203 CHECK_BETTER(up, tr - hstep, tc); \
204 CHECK_BETTER(down, tr + hstep, tc); \
209 CHECK_BETTER(diag, tr - hstep, tc - hstep); \
212 CHECK_BETTER(diag, tr - hstep, tc + hstep); \
215 CHECK_BETTER(diag, tr + hstep, tc - hstep); \
218 CHECK_BETTER(diag, tr + hstep, tc + hstep); \
227 if (tr != br && tc != bc) { \
229 kc = bc - tc; \
299 int tc = bc; local
398 int tc = bc; local
900 int tr, tc; local
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldl.h147 inv_error_t inv_set_offsetTC(const unsigned char *tc);
H A Dmldl.c605 * @param tc
610 inv_error_t inv_set_offsetTC(const unsigned char *tc) argument
616 mldlCfg.offset_tc[ii] = tc[ii];
622 MPUREG_XG_OFFS_TC, tc[0]);
628 MPUREG_YG_OFFS_TC, tc[1]);
634 MPUREG_ZG_OFFS_TC, tc[2]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c214 int tr = br, tc = bc; local
275 CHECK_BETTER(left, tr, tc - 2);
276 CHECK_BETTER(right, tr, tc + 2);
277 CHECK_BETTER(up, tr - 2, tc);
278 CHECK_BETTER(down, tr + 2, tc);
285 CHECK_BETTER(diag, tr - 2, tc - 2);
288 CHECK_BETTER(diag, tr - 2, tc + 2);
291 CHECK_BETTER(diag, tr + 2, tc - 2);
294 CHECK_BETTER(diag, tr + 2, tc + 2);
299 if (tr == br && tc
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp7306 const long long tc = GetTimeCode();
7308 if (tc < 0)
7309 return tc;
7825 const long long tc = cp.GetTimeCode();
7840 (pBlock->GetTimeCode(this) == tc))
7869 if (tc_ < tc)
7872 if (tc_ > tc)
7902 const long long tc = cp.GetTimeCode();
7931 (pBlock->GetTimeCode(this) == tc))
7974 if (tc_ < tc)
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp8273 const long long tc = GetTimeCode();
8275 if (tc < 0)
8276 return tc;
8797 const long long tc = cp.GetTimeCode();
8812 (pBlock->GetTimeCode(this) == tc))
8841 if (tc_ < tc)
8844 if (tc_ > tc)
8874 const long long tc = cp.GetTimeCode();
8903 (pBlock->GetTimeCode(this) == tc))
8945 if (tc_ < tc)
[all...]
H A Dmkvmuxer.cpp2951 const uint64 tc = ns / timecode_scale; local
2953 if (tc < cluster_timecode)
2954 cluster_timecode = tc;

Completed in 208 milliseconds