Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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; \
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_tapify.py49 tr,tc = p
50 print " %2d, %2d, %5d, " % (tr,tc,t,),
/hardware/invensense/60xx/mlsdk/mllite/
Dmldl.c610 inv_error_t inv_set_offsetTC(const unsigned char *tc) in inv_set_offsetTC() argument
616 mldlCfg.offset_tc[ii] = tc[ii]; in inv_set_offsetTC()
622 MPUREG_XG_OFFS_TC, tc[0]); in inv_set_offsetTC()
628 MPUREG_YG_OFFS_TC, tc[1]); in inv_set_offsetTC()
634 MPUREG_ZG_OFFS_TC, tc[2]); in inv_set_offsetTC()
Dmldl.h147 inv_error_t inv_set_offsetTC(const unsigned char *tc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c214 int tr = br, tc = bc; in vp8_find_best_sub_pixel_step_iteratively() local
275 CHECK_BETTER(left, tr, tc - 2); in vp8_find_best_sub_pixel_step_iteratively()
276 CHECK_BETTER(right, tr, tc + 2); in vp8_find_best_sub_pixel_step_iteratively()
277 CHECK_BETTER(up, tr - 2, tc); in vp8_find_best_sub_pixel_step_iteratively()
278 CHECK_BETTER(down, tr + 2, tc); in vp8_find_best_sub_pixel_step_iteratively()
285 CHECK_BETTER(diag, tr - 2, tc - 2); in vp8_find_best_sub_pixel_step_iteratively()
288 CHECK_BETTER(diag, tr - 2, tc + 2); in vp8_find_best_sub_pixel_step_iteratively()
291 CHECK_BETTER(diag, tr + 2, tc - 2); in vp8_find_best_sub_pixel_step_iteratively()
294 CHECK_BETTER(diag, tr + 2, tc + 2); in vp8_find_best_sub_pixel_step_iteratively()
299 if (tr == br && tc == bc) in vp8_find_best_sub_pixel_step_iteratively()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp7306 const long long tc = GetTimeCode(); in GetTime() local
7308 if (tc < 0) in GetTime()
7309 return tc; in GetTime()
7825 const long long tc = cp.GetTimeCode(); in GetEntry()
7840 (pBlock->GetTimeCode(this) == tc)) in GetEntry()
7869 if (tc_ < tc) in GetEntry()
7872 if (tc_ > tc) in GetEntry()
7902 const long long tc = cp.GetTimeCode(); in GetEntry() local
7931 (pBlock->GetTimeCode(this) == tc)) in GetEntry()
7974 if (tc_ < tc) in GetEntry()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp8273 const long long tc = GetTimeCode(); in GetTime() local
8275 if (tc < 0) in GetTime()
8276 return tc; in GetTime()
8797 const long long tc = cp.GetTimeCode(); in GetEntry()
8812 (pBlock->GetTimeCode(this) == tc)) in GetEntry()
8841 if (tc_ < tc) in GetEntry()
8844 if (tc_ > tc) in GetEntry()
8874 const long long tc = cp.GetTimeCode(); in GetEntry() local
8903 (pBlock->GetTimeCode(this) == tc)) in GetEntry()
8945 if (tc_ < tc) in GetEntry()
[all …]
Dmkvmuxer.cpp2951 const uint64 tc = ns / timecode_scale; in MakeNewCluster() local
2953 if (tc < cluster_timecode) in MakeNewCluster()
2954 cluster_timecode = tc; in MakeNewCluster()