Home
last modified time | relevance | path

Searched refs:vmem (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vpx_ports/
Dmem_ops.h63 static unsigned MEM_VALUE_T mem_get_be16(const void *vmem) in mem_get_be16() argument
66 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be16()
75 static unsigned MEM_VALUE_T mem_get_be24(const void *vmem) in mem_get_be24() argument
78 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be24()
88 static unsigned MEM_VALUE_T mem_get_be32(const void *vmem) in mem_get_be32() argument
91 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_be32()
102 static unsigned MEM_VALUE_T mem_get_le16(const void *vmem) in mem_get_le16() argument
105 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_le16()
114 static unsigned MEM_VALUE_T mem_get_le24(const void *vmem) in mem_get_le24() argument
117 const MAU_T *mem = (const MAU_T *)vmem; in mem_get_le24()
[all …]
Dmem_ops_aligned.h43 static unsigned MEM_VALUE_T mem_get_##end##sz##_aligned(const void *vmem) {\
44 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
49 static signed MEM_VALUE_T mem_get_s##end##sz##_aligned(const void *vmem) {\
50 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
55 static unsigned MEM_VALUE_T mem_get_##end##sz##_aligned(const void *vmem) {\
56 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
63 static signed MEM_VALUE_T mem_get_s##end##sz##_aligned(const void *vmem) {\
64 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
71 static void mem_put_##end##sz##_aligned(void *vmem, MEM_VALUE_T val) {\
72 uint##sz##_t *mem = (uint##sz##_t *)vmem;\
[all …]
/external/libvpx/
Dvpxdec.c164 static unsigned int mem_get_le16(const void *vmem) in mem_get_le16() argument
167 const unsigned char *mem = (const unsigned char *)vmem; in mem_get_le16()
174 static unsigned int mem_get_le32(const void *vmem) in mem_get_le32() argument
177 const unsigned char *mem = (const unsigned char *)vmem; in mem_get_le32()
/external/webkit/JavaScriptCore/assembler/
DARMv7Assembler.h1421 vmem(rd, rn, imm, true); in vldr()
1447 vmem(rd, rn, imm, false); in vstr()
1619 void vmem(FPRegisterID rd, RegisterID rn, int32_t imm, bool isLoad) in vmem() function