Searched refs:vp8_block_coeff (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_asm_enc_offsets.asm | 1 vp8_block_coeff EQU 4 define
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 29 ldr r4, [r0, #vp8_block_coeff] 47 ldr r4, [r1, #vp8_block_coeff] 160 ldr r3, [r0, #vp8_block_coeff]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | vp8_asm_enc_offsets.c | 23 DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_ssse3.asm | 50 mov rax, [rdi + vp8_block_coeff]
|
D | quantize_sse4.asm | 55 mov rax, [rdi + vp8_block_coeff]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_fast_quantize_b_armv6.asm | 27 ldr r3, [r0, #vp8_block_coeff] ; coeff
|