Searched refs:botleft (Results 1 – 8 of 8) sorted by relevance
/external/libyuv/files/source/ |
D | row_posix.cc | 3355 void CumulativeSumToAverage_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverage_SSE2() argument 3430 "+r"(botleft), // %1 in CumulativeSumToAverage_SSE2()
|
D | planar_functions.cc | 1284 void (*CumulativeSumToAverage)(const int32* topleft, const int32* botleft, in ARGBBlur()
|
D | row_win.cc | 3718 void CumulativeSumToAverage_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverage_SSE2() argument 3722 mov esi, botleft // esi botleft in CumulativeSumToAverage_SSE2()
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 696 void CumulativeSumToAverage_SSE2(const int32* topleft, const int32* botleft, 701 void CumulativeSumToAverage_C(const int32* topleft, const int32* botleft,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 4436 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverageRow_SSE2() argument 4555 "+r"(botleft), // %1 in CumulativeSumToAverageRow_SSE2()
|
D | planar_functions.cc | 1690 void (*CumulativeSumToAverageRow)(const int32* topleft, const int32* botleft, in ARGBBlur()
|
D | row_win.cc | 5193 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, in CumulativeSumToAverageRow_SSE2() argument 5198 mov esi, botleft // esi botleft in CumulativeSumToAverageRow_SSE2()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1735 void CumulativeSumToAverageRow_SSE2(const int32* topleft, const int32* botleft, 1740 void CumulativeSumToAverageRow_C(const int32* topleft, const int32* botleft,
|