Searched refs:vp8_blockd_qcoeff (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_asm_enc_offsets.asm | 9 vp8_blockd_qcoeff EQU 0 define
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 35 ldr r7, [r2, #vp8_blockd_qcoeff] 96 ldr r6, [r3, #vp8_blockd_qcoeff] 166 ldr r6, [r1, #vp8_blockd_qcoeff]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | vp8_asm_enc_offsets.c | 32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_fast_quantize_b_armv6.asm | 30 ldr r6, [r1, #vp8_blockd_qcoeff] ; qcoeff 111 ldr r0, [r11, #vp8_blockd_qcoeff]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | quantize_ssse3.asm | 79 mov rax, [rsi + vp8_blockd_qcoeff]
|
D | quantize_sse4.asm | 198 mov rcx, [rsi + vp8_blockd_qcoeff]
|