Searched refs:i0 (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_short_fdct4x4_armv6.asm26 ldrd r4, r5, [r0] ; [i1 | i0] [i3 | i2]
34 qadd16 r6, r4, r5 ; [i1+i2 | i0+i3] = [b1 | a1] without shift
35 qsub16 r7, r4, r5 ; [i1-i2 | i0-i3] = [c1 | d1] without shift
43 smuad r4, r6, lr ; o0 = (i1+i2)*8 + (i0+i3)*8
44 smusd r5, r6, lr ; o2 = (i1+i2)*8 - (i0+i3)*8
133 qadd16 r4, r3, r0 ; a1 = [i1+i13 | i0+i12]
136 qsub16 r7, r3, r0 ; d1 = [i1-i13 | i0-i12]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2.asm174 %define i0 [src]
199 movdqa xmm0, i0
333 %define i0 [rsp]
422 movdqa i0, xmm0
491 punpcklqdq xmm0, i0
492 punpckhqdq xmm6, i0
522 movdqa i0, xmm0
669 movdqa xmm0, i0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemb.c236 int i0; local
272 i0 = !type;
290 for (i = eob; i-- > i0;)
451 final_eob = i0 - 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Didct_v6.asm59 ldr r11, [r0] ; i1 | i0
89 ldr r0, [r0, #(0*2)] ; i1 | i0
96 pkhbt r11, r6, r0, lsl #16 ; i0 | i4
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c121 const int i0 = 0; local
157 for (i = eob; i-- > i0;) {
288 final_eob = i0 - 1;

Completed in 176 milliseconds