Searched defs:top_x (Results 1 – 5 of 5) sorted by relevance
/external/libgav1/src/dsp/x86/ |
D | intrapred_directional_sse4.cc | 114 int top_x = xstep; in DirectionalZone1_4xH() local 177 int top_x = xstep; in DirectionalZone1_Large() local 279 int top_x = xstep; in DirectionalZone1_SSE4_1() local 314 int top_x = xstep; in DirectionalZone1_SSE4_1() local 671 const __m128i& dest_index_x, int top_x, const int xstep) { in DirectionalZone1Blend_4x4() 707 const __m128i& dest_index_x, int top_x, const int xstep) { in DirectionalZone1Blend_8xH() 780 int top_x = -xstep_y; in DirectionalZone2_8xH() local 974 int top_x = -xstep_y; in DirectionalZone2_4_SSE4_1() local 1186 int top_x = xstep; in DirectionalZone1_4xH() local 1269 int top_x = xstep; in DirectionalZone1_Large() local [all …]
|
D | intrapred_smooth_sse4.cc | 505 const __m128i top_x = LoadLo8(top_ptr + x); in SmoothWxH() local
|
/external/libgav1/src/dsp/ |
D | intrapred_directional.cc | 65 int top_x = xstep; in DirectionalIntraPredictorZone1_C() local 127 int top_x = -xstep; in DirectionalIntraPredictorZone2_C() local
|
/external/libgav1/src/dsp/arm/ |
D | intrapred_directional_neon.cc | 93 int top_x = xstep; in DirectionalZone1_WxH() local 166 int top_x = xstep; in DirectionalZone1_WxH() local 250 int top_x = xstep; in DirectionalIntraPredictorZone1_NEON() local 471 const uint8_t* LIBGAV1_RESTRICT const top_row, int zone_bounds, int top_x, in DirectionalZone1Blend_WxH() 573 int top_x = -xstep - xstep_y; in DirectionalZone2_4xH() local 645 int top_x = -xstep - xstep_y; in DirectionalZone2_8xH() local 981 int top_x = xstep; in DirectionalZone1_4xH() local 1039 int top_x = xstep; in DirectionalZone1_WxH() local 1108 int top_x = xstep; in DirectionalZone1_Large() local 1807 const uint16_t* LIBGAV1_RESTRICT const top_row, int zone_bounds, int top_x, in DirectionalZone1Blend_4xH() [all …]
|
/external/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 979 const __m128i top_x = LoadLo8(top_row + x); in smooth_predictor_wxh() local
|