Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Drow_neon.cc101 MEMACCESS([kUVBiasBGR]) \
103 MEMACCESS([kUVBiasBGR]) \
105 MEMACCESS([kUVBiasBGR]) \
157 static vec16 kUVBiasBGR = { BB, BG, BR, 0, 0, 0, 0, 0 }; variable
193 [kUVBiasBGR]"r"(&kUVBiasBGR), in I444ToARGBRow_NEON()
223 [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToARGBRow_NEON()
253 [kUVBiasBGR]"r"(&kUVBiasBGR), in I411ToARGBRow_NEON()
284 [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToBGRARow_NEON()
315 [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToABGRRow_NEON()
345 [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToRGBARow_NEON()
[all …]
Drow_neon64.cc148 static vec16 kUVBiasBGR = { BB, BG, BR, 0, 0, 0, 0, 0 }; variable
191 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I444ToARGBRow_NEON()
220 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToARGBRow_NEON()
249 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I411ToARGBRow_NEON()
278 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToBGRARow_NEON()
307 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToABGRRow_NEON()
336 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToRGBARow_NEON()
364 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToRGB24Row_NEON()
392 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToRAWRow_NEON()
428 : [kUVBiasBGR]"r"(&kUVBiasBGR), in I422ToRGB565Row_NEON()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc129 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I444ToARGBRow_NEON()
155 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToARGBRow_NEON()
183 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422AlphaToARGBRow_NEON()
209 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToRGBARow_NEON()
234 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToRGB24Row_NEON()
266 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToRGB565Row_NEON()
301 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToARGB1555Row_NEON()
339 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToARGB4444Row_NEON()
358 [kUVBiasBGR] "r"(&kYuvI601Constants.kUVBiasBGR), in I400ToARGBRow_NEON()
398 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in NV12ToARGBRow_NEON()
[all …]
Drow_neon64.cc137 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I444ToARGBRow_NEON()
166 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422ToARGBRow_NEON()
197 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422AlphaToARGBRow_NEON()
226 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422ToRGBARow_NEON()
254 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422ToRGB24Row_NEON()
289 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToRGB565Row_NEON()
326 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToARGB1555Row_NEON()
366 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422ToARGB4444Row_NEON()
388 [kUVBiasBGR]"r"(&kYuvI601Constants.kUVBiasBGR), in I400ToARGBRow_NEON()
432 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in NV12ToARGBRow_NEON()
[all …]
Drow_common.cc1324 int bb = yuvconstants->kUVBiasBGR[0]; in YuvPixel()
1325 int bg = yuvconstants->kUVBiasBGR[1]; in YuvPixel()
1326 int br = yuvconstants->kUVBiasBGR[2]; in YuvPixel()
1333 int bb = yuvconstants->kUVBiasBGR[0]; in YuvPixel()
1334 int bg = yuvconstants->kUVBiasBGR[1]; in YuvPixel()
1335 int br = yuvconstants->kUVBiasBGR[2]; in YuvPixel()
1367 int bb = yuvconstants->kUVBiasBGR[0]; in YuvPixel8_16()
1368 int bg = yuvconstants->kUVBiasBGR[1]; in YuvPixel8_16()
1369 int br = yuvconstants->kUVBiasBGR[2]; in YuvPixel8_16()
1376 int bb = yuvconstants->kUVBiasBGR[0]; in YuvPixel8_16()
[all …]
/external/libyuv/files/source/
Drow_neon.cc129 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I444ToARGBRow_NEON()
155 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToARGBRow_NEON()
183 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422AlphaToARGBRow_NEON()
209 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToRGBARow_NEON()
234 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToRGB24Row_NEON()
266 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToRGB565Row_NEON()
301 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToARGB1555Row_NEON()
339 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToARGB4444Row_NEON()
358 [kUVBiasBGR] "r"(&kYuvI601Constants.kUVBiasBGR), in I400ToARGBRow_NEON()
398 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in NV12ToARGBRow_NEON()
[all …]
Drow_neon64.cc137 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I444ToARGBRow_NEON()
166 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422ToARGBRow_NEON()
197 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422AlphaToARGBRow_NEON()
226 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422ToRGBARow_NEON()
254 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422ToRGB24Row_NEON()
289 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToRGB565Row_NEON()
326 [kUVBiasBGR] "r"(&yuvconstants->kUVBiasBGR), in I422ToARGB1555Row_NEON()
366 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in I422ToARGB4444Row_NEON()
388 [kUVBiasBGR]"r"(&kYuvI601Constants.kUVBiasBGR), in I400ToARGBRow_NEON()
432 [kUVBiasBGR]"r"(&yuvconstants->kUVBiasBGR), in NV12ToARGBRow_NEON()
[all …]
Drow_common.cc1324 int bb = yuvconstants->kUVBiasBGR[0]; in YuvPixel()
1325 int bg = yuvconstants->kUVBiasBGR[1]; in YuvPixel()
1326 int br = yuvconstants->kUVBiasBGR[2]; in YuvPixel()
1333 int bb = yuvconstants->kUVBiasBGR[0]; in YuvPixel()
1334 int bg = yuvconstants->kUVBiasBGR[1]; in YuvPixel()
1335 int br = yuvconstants->kUVBiasBGR[2]; in YuvPixel()
1367 int bb = yuvconstants->kUVBiasBGR[0]; in YuvPixel8_16()
1368 int bg = yuvconstants->kUVBiasBGR[1]; in YuvPixel8_16()
1369 int br = yuvconstants->kUVBiasBGR[2]; in YuvPixel8_16()
1376 int bb = yuvconstants->kUVBiasBGR[0]; in YuvPixel8_16()
[all …]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h547 vec16 kUVBiasBGR; member
555 vec16 kUVBiasBGR; member
/external/libyuv/files/include/libyuv/
Drow.h629 vec16 kUVBiasBGR; member
637 vec16 kUVBiasBGR; member