Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp40 #define BGD_OU_SIZE_UV (BGD_OU_SIZE>>1) macro
42 #define BGD_THD_ASD_UV (4*BGD_OU_SIZE_UV)
192 for (idx = 0; idx < BGD_OU_SIZE_UV; idx++) { in CalculateAsdChromaEdge()
236 …int32_t aEdgeOffset[4] = {0, BGD_OU_SIZE_UV - 1, 0, iPicStrideUV* (BGD_OU_SIZE_UV -… in ForegroundDilation23Chroma()