Searched defs:left_column (Results 1 – 13 of 13) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 219 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 …]
|
D | intrapred_sse4.cc | 110 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 …]
|
D | intrapred_directional_sse4.cc | 382 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()
|
D | intrapred_filter_sse4.cc | 276 const void* const left_column, in FilterIntraPredictor_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_smooth_neon.cc | 72 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()
|
D | intrapred_neon.cc | 73 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()
|
D | intrapred_filter_neon.cc | 90 const void* const left_column, in FilterIntraPredictor_NEON()
|
D | intrapred_directional_neon.cc | 287 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/ |
D | intrapred_smooth.cc | 64 const void* const left_column) { in Smooth() 98 const void* const left_column) { in SmoothVertical() 125 const void* const left_column) { in SmoothHorizontal()
|
D | intrapred.cc | 84 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()
|
D | intrapred_directional.cc | 101 const void* const left_column, in DirectionalIntraPredictorZone2_C() 150 const void* const left_column, in DirectionalIntraPredictorZone3_C()
|
D | intrapred_filter.cc | 45 const void* const left_column, in FilterIntraPredictor_C()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 249 Pixel* const left_column = left_column_data + 16; in IntraPrediction() local 427 Pixel* const left_column) { in DirectionalPrediction()
|