Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dcontent_analysis.cc167 const int width_end = ((width_ - 2*border_) & -16) + border_; in TemporalDiffMetric_C() local
220 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
117 const int32_t width_end = ((width_ - 2 * border_) & -16) + border_; in ComputeSpatialMetrics_SSE2() local
/external/bison/lib/
Dprintf-parse.h59 const char* width_end; member
89 const uint8_t* width_end; member
117 const uint16_t* width_end; member
145 const uint32_t* width_end; member
/external/e2fsprogs/intl/
Dwprintf-parse.h43 const wchar_t* width_end; member
Dprintf-parse.h43 const char* width_end; member
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp948 int width_start = 0, width_end = -1; in LoadCommon() local