Lines Matching refs:I444ToARGBRow
444 void (*I444ToARGBRow)(const uint8* y_buf, const uint8* u_buf, in I444ToARGBMatrix() local
466 I444ToARGBRow = I444ToARGBRow_Any_SSSE3; in I444ToARGBMatrix()
468 I444ToARGBRow = I444ToARGBRow_SSSE3; in I444ToARGBMatrix()
474 I444ToARGBRow = I444ToARGBRow_Any_AVX2; in I444ToARGBMatrix()
476 I444ToARGBRow = I444ToARGBRow_AVX2; in I444ToARGBMatrix()
482 I444ToARGBRow = I444ToARGBRow_Any_NEON; in I444ToARGBMatrix()
484 I444ToARGBRow = I444ToARGBRow_NEON; in I444ToARGBMatrix()
490 I444ToARGBRow = I444ToARGBRow_Any_DSPR2; in I444ToARGBMatrix()
492 I444ToARGBRow = I444ToARGBRow_DSPR2; in I444ToARGBMatrix()
498 I444ToARGBRow = I444ToARGBRow_Any_MSA; in I444ToARGBMatrix()
500 I444ToARGBRow = I444ToARGBRow_MSA; in I444ToARGBMatrix()
506 I444ToARGBRow(src_y, src_u, src_v, dst_argb, yuvconstants, width); in I444ToARGBMatrix()