HomeSort by relevance Sort by last modified time
    Searched refs:is_normalized (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/include/
cv.hpp 265 bool is_normalized() const { return normalized; } function in class:CvBoxFilter
308 bool is_normalized() const { return normalized; } function in class:CvLaplaceFilter
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata.c 30 const unsigned char normalization_quick_check; /* see is_normalized() */
739 is_normalized(PyObject *self, PyObject *input, int nfc, int k) function
793 if (is_normalized(self, input, 1, 0)) {
800 if (is_normalized(self, input, 1, 1)) {
807 if (is_normalized(self, input, 0, 0)) {
814 if (is_normalized(self, input, 0, 1)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata.c 30 const unsigned char normalization_quick_check; /* see is_normalized() */
732 is_normalized(PyObject *self, PyObject *input, int nfc, int k) function
786 if (is_normalized(self, input, 1, 0)) {
793 if (is_normalized(self, input, 1, 1)) {
800 if (is_normalized(self, input, 0, 0)) {
807 if (is_normalized(self, input, 0, 1)) {
    [all...]
  /external/opencv/cv/src/
cvderiv.cpp 556 bool normalized = state->is_normalized();
698 bool normalized = state->is_normalized();
    [all...]
cvsmooth.cpp 447 bool normalized = state->is_normalized();
    [all...]

Completed in 232 milliseconds