Home
last modified time | relevance | path

Searched defs:left_column (Results 1 – 13 of 13) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc219 const void* top_row, const void* left_column) { in Smooth4x4_SSE4_1()
251 const void* top_row, const void* left_column) { in Smooth4x8_SSE4_1()
264 const void* top_row, const void* left_column) { in Smooth4x16_SSE4_1()
409 const void* top_row, const void* left_column) { in Smooth8x4_SSE4_1()
423 const void* top_row, const void* left_column) { in Smooth8x8_SSE4_1()
438 const void* top_row, const void* left_column) { in Smooth8x16_SSE4_1()
454 const void* top_row, const void* left_column) { in Smooth8x32_SSE4_1()
477 const void* const top_row, const void* const left_column) { in SmoothWxH()
536 const void* top_row, const void* left_column) { in SmoothHorizontal4x4_SSE4_1()
558 const void* const left_column) { in SmoothHorizontal4x8_SSE4_1()
[all …]
Dintrapred_sse4.cc110 const void* const left_column) { in DcLeft()
122 const void* const left_column) { in Dc()
145 const void* const left_column) { in Horizontal()
716 const void* const top_row, const void* const left_column) { in Paeth4x4_SSE4_1()
746 const void* const top_row, const void* const left_column) { in Paeth4x8_SSE4_1()
792 const void* const left_column) { in Paeth4x16_SSE4_1()
866 const void* const top_row, const void* const left_column) { in Paeth8x4_SSE4_1()
895 const void* const top_row, const void* const left_column) { in Paeth8x8_SSE4_1()
937 const void* const left_column) { in Paeth8x16_SSE4_1()
1006 const void* const left_column) { in Paeth8x32_SSE4_1()
[all …]
Dintrapred_directional_sse4.cc382 const uint8_t* const left_column, in DirectionalZone3_4x4()
426 const uint8_t* const left_column, in DirectionalZone3_8xH()
463 const void* const left_column, in DirectionalIntraPredictorZone3_SSE4_1()
604 const uint8_t* left_column = left_column_base - kPositiveIndexOffset; in DirectionalZone2FromLeftCol_4x4_SSE4_1() local
637 uint8_t* dst, ptrdiff_t stride, const uint8_t* const left_column, in DirectionalZone2FromLeftCol_8x8_SSE4_1()
741 const uint8_t* const left_column, in DirectionalZone2_SSE4_1()
899 const uint8_t* const left_column, in DirectionalZone2_4_SSE4_1()
1010 const void* const left_column, in DirectionalIntraPredictorZone2_SSE4_1()
Dintrapred_filter_sse4.cc276 const void* const left_column, in FilterIntraPredictor_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_smooth_neon.cc72 const void* const left_column) { in Smooth4Or8xN_NEON()
153 const void* const left_column) { in Smooth16PlusxN_NEON()
234 const void* const left_column) { in SmoothVertical4Or8xN_NEON()
284 const void* const left_column) { in SmoothVertical16PlusxN_NEON()
335 const void* const left_column) { in SmoothHorizontal4Or8xN_NEON()
387 const void* const left_column) { in SmoothHorizontal16PlusxN_NEON()
Dintrapred_neon.cc73 const void* const left_column) { in DcLeft()
84 const void* const left_column) { in Dc()
323 const void* const left_column) { in Paeth4Or8xN_NEON()
430 const void* const left_column) { in Paeth16PlusxN_NEON()
973 const void* const left_column) { in Horizontal4xH_NEON()
988 const void* const left_column) { in Horizontal8xH_NEON()
1003 const void* const left_column) { in Horizontal16xH_NEON()
1025 const void* const left_column) { in Horizontal32xH_NEON()
Dintrapred_filter_neon.cc90 const void* const left_column, in FilterIntraPredictor_NEON()
Dintrapred_directional_neon.cc287 const uint8_t* const left_column, in DirectionalZone3_WxH()
423 const uint8_t* const left_column, in DirectionalZone2FromLeftCol_WxH()
528 const uint8_t* const left_column, in DirectionalZone2_4xH()
644 const uint8_t* const left_column, in DirectionalZone2_8()
774 const void* const left_column, const int width, const int height, in DirectionalIntraPredictorZone2_NEON()
798 const void* const left_column, in DirectionalIntraPredictorZone3_NEON()
1429 const void* const left_column, in DirectionalIntraPredictorZone3_NEON()
/external/libgav1/libgav1/src/dsp/
Dintrapred_smooth.cc64 const void* const left_column) { in Smooth()
98 const void* const left_column) { in SmoothVertical()
125 const void* const left_column) { in SmoothHorizontal()
Dintrapred.cc84 const void* const left_column) { in DcLeft()
136 const void* const left_column) { in Dc()
174 const void* const left_column) { in Horizontal()
188 const void* const left_column) { in Paeth()
Dintrapred_directional.cc101 const void* const left_column, in DirectionalIntraPredictorZone2_C()
150 const void* const left_column, in DirectionalIntraPredictorZone3_C()
Dintrapred_filter.cc45 const void* const left_column, in FilterIntraPredictor_C()
/external/libgav1/libgav1/src/tile/
Dprediction.cc249 Pixel* const left_column = left_column_data + 16; in IntraPrediction() local
427 Pixel* const left_column) { in DirectionalPrediction()