Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drow_common.cc2351 uint32 lumacoeff) { in ARGBLumaColorTableRow_C() argument
2352 uint32 bc = lumacoeff & 0xff; in ARGBLumaColorTableRow_C()
2353 uint32 gc = (lumacoeff >> 8) & 0xff; in ARGBLumaColorTableRow_C()
2354 uint32 rc = (lumacoeff >> 16) & 0xff; in ARGBLumaColorTableRow_C()
Drow_gcc.cc5654 uint32 lumacoeff) { in ARGBLumaColorTableRow_SSSE3() argument
5744 "rm"(lumacoeff) // %6 in ARGBLumaColorTableRow_SSSE3()
Dplanar_functions.cc2927 const uint32 lumacoeff) = ARGBLumaColorTableRow_C; in ARGBLumaColorTable()
Drow_win.cc6240 uint32 lumacoeff) {
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc2336 const uint8* luma, uint32 lumacoeff) { in ARGBLumaColorTableRow_C() argument
2337 uint32 bc = lumacoeff & 0xff; in ARGBLumaColorTableRow_C()
2338 uint32 gc = (lumacoeff >> 8) & 0xff; in ARGBLumaColorTableRow_C()
2339 uint32 rc = (lumacoeff >> 16) & 0xff; in ARGBLumaColorTableRow_C()
Drow_gcc.cc5433 const uint8* luma, uint32 lumacoeff) { in ARGBLumaColorTableRow_SSSE3() argument
5523 "rm"(lumacoeff) // %6 in ARGBLumaColorTableRow_SSSE3()
Dplanar_functions.cc2436 int width, const uint8* luma, const uint32 lumacoeff) = in ARGBLumaColorTable()
Drow_win.cc6168 const uint8* luma, uint32 lumacoeff) {
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h1934 const uint8* luma, uint32 lumacoeff);
1937 const uint8* luma, uint32 lumacoeff);
/external/libyuv/files/include/libyuv/
Drow.h3149 uint32 lumacoeff);
3154 uint32 lumacoeff);