Home
last modified time | relevance | path

Searched defs:width_end (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.cc166 const int width_end = ((width_ - 2 * border_) & -16) + border_; in TemporalDiffMetric_C() local
224 const int width_end = ((sizej - 2 * border_) & -16) + border_; in ComputeSpatialMetrics_C() local
Dcontent_analysis_sse2.cc23 const int32_t width_end = ((width_ - 2 * border_) & -16) + border_; in TemporalDiffMetric_SSE2() local
121 const int32_t width_end = ((width_ - 2 * border_) & -16) + border_; in ComputeSpatialMetrics_SSE2() local
/external/tensorflow/tensorflow/core/kernels/
Dfractional_max_pool_op.cc168 int64 width_end = in Compute() local
299 int64 width_end = overlapping_ ? width_seq_tensor_flat(ws + 1) in Compute() local
/external/e2fsprogs/intl/
Dprintf-parse.h43 const char* width_end; member
Dwprintf-parse.h43 const wchar_t* width_end; member
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp121 size_t width_end = m_pFontDict->GetIntegerFor("LastChar", 0); in LoadCommon() local