Home
last modified time | relevance | path

Searched refs:byte_stride (Results 1 – 9 of 9) sorted by relevance

/external/libaom/aom_dsp/x86/
Dmem_sse2.h50 const int byte_stride) { in load_8bit_4x4_to_1_reg_sse2() argument
51 return _mm_setr_epi32(loadu_int32((int8_t *)src + 0 * byte_stride), in load_8bit_4x4_to_1_reg_sse2()
52 loadu_int32((int8_t *)src + 1 * byte_stride), in load_8bit_4x4_to_1_reg_sse2()
53 loadu_int32((int8_t *)src + 2 * byte_stride), in load_8bit_4x4_to_1_reg_sse2()
54 loadu_int32((int8_t *)src + 3 * byte_stride)); in load_8bit_4x4_to_1_reg_sse2()
58 const int byte_stride) { in load_8bit_8x2_to_1_reg_sse2() argument
60 dst = _mm_loadl_epi64((__m128i *)((int8_t *)src + 0 * byte_stride)); in load_8bit_8x2_to_1_reg_sse2()
61 dst = loadh_epi64((int8_t *)src + 1 * byte_stride, dst); in load_8bit_8x2_to_1_reg_sse2()
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoMaliHisi.cpp93 bi.pitches[0] = hnd->byte_stride; in GetBoInfo()
104 int y_size = adjusted_height * hnd->byte_stride; in GetBoInfo()
105 int vu_stride = MALI_ALIGN(hnd->byte_stride / 2, align); in GetBoInfo()
DBufferInfoMaliMediatek.cpp51 bi.pitches[0] = hnd->byte_stride; in GetBoInfo()
DBufferInfoMaliMeson.cpp86 bi.pitches[0] = hnd->byte_stride; in GetBoInfo()
/external/libaom/av1/encoder/arm/neon/
Dencodetxb_neon.c190 const int byte_stride) { in load_8bit_4x4_to_1_reg() argument
193 v_data = vld1q_lane_u32((uint32_t *)(src + 1 * byte_stride), v_data, 1); in load_8bit_4x4_to_1_reg()
194 v_data = vld1q_lane_u32((uint32_t *)(src + 2 * byte_stride), v_data, 2); in load_8bit_4x4_to_1_reg()
195 v_data = vld1q_lane_u32((uint32_t *)(src + 3 * byte_stride), v_data, 3); in load_8bit_4x4_to_1_reg()
199 return load_unaligned_u8q(src, byte_stride); in load_8bit_4x4_to_1_reg()
204 const int byte_stride) { in load_8bit_8x2_to_1_reg() argument
207 v_data = vld1q_lane_u64((uint64_t *)(src + 1 * byte_stride), v_data, 1); in load_8bit_8x2_to_1_reg()
212 uint8x8_t v_data_high = vld1_u8(src + byte_stride); in load_8bit_8x2_to_1_reg()
219 const int byte_stride) { in load_8bit_16x1_to_1_reg() argument
220 (void)byte_stride; in load_8bit_16x1_to_1_reg()
/external/drm_hwcomposer/tests/test_include/
Dmali_gralloc_buffer.h107 int byte_stride; member
203 , byte_stride(_byte_stride) in private_handle_t()
/external/elfutils/tests/
Drun-exprlocs.sh172byte_stride (exprloc) {push_object_address, plus_uconst(24), deref, GNU_variable_value([e1]) {fbre…
/external/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.h.in215 unsigned int *byte_stride);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def279 HANDLE_DW_AT(0x51, byte_stride, 3, DWARF)