Searched refs:tc0 (Results 26 - 44 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_deblock.asm265 ; %1=p1 %2=q2 %3=[q2] %4=[q1] %5=tc0 %6=tmp
266 ; out: [q1] = clip( (q2+((p0+q0+1)>>1))>>1, q1-tc0, q1+tc0 )
267 ; clobbers: q2, tmp, tc0
283 ; void deblock_v_luma( uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0 )
287 movd m8, [r4] ; tc0
301 punpcklbw m8, m8 ; tc = 4x tc0[3], 4x tc0[2], 4x tc0[1], 4x tc0[
[all...]
H A Dh264_deblock_10bit.asm156 ; void deblock_v_luma( uint16_t *pix, int stride, int alpha, int beta, int8_t *tc0 )
848 ; void deblock_v_chroma( uint16_t *pix, int stride, int alpha, int beta, int8_t *tc0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c712 // out: newp1 = clip((p2 + ((p0 + q0 + 1) >> 1)) >> 1, p1-tc0, p1+tc0)
717 register vec_u8 tc0) {
732 max = vec_adds(p1, tc0);
733 min = vec_subs(p1, tc0);
771 #define h264_loop_filter_luma_altivec(p2, p1, p0, q0, q1, q2, alpha, beta, tc0) { \
791 *((int *)temp) = *((int *)tc0); \
795 mask = vec_and(mask, vec_cmpgt(tc0vec, vec_splat_s8(-1))); /* if tc0[i] >= 0 */ \
796 finaltc0 = vec_and((vec_u8)tc0vec, mask); /* tc = tc0 */ \
817 static void h264_v_loop_filter_luma_altivec(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0) { argument
713 h264_deblock_q1(register vec_u8 p0, register vec_u8 p1, register vec_u8 p2, register vec_u8 q0, register vec_u8 tc0) argument
834 h264_h_loop_filter_luma_altivec(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S43 .long ._gcry_mpih_add_n, TOC[tc0], 0
H A Dmpih-mul2.S53 .long ._gcry_mpih_addmul_1[PR], TOC[tc0], 0
H A Dmpih-mul3.S53 .long ._gcry_mpih_submul_1[PR], TOC[tc0], 0
H A Dmpih-sub1.S43 .long ._gcry_mpih_sub_n, TOC[tc0], 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-add1.S45 .long ._gcry_mpih_add_n, TOC[tc0], 0
H A Dmpih-sub1.S47 .long ._gcry_mpih_sub_n, TOC[tc0], 0
H A Dmpih-lshift.S43 .long ._gcry_mpih_lshift, TOC[tc0], 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S43 .long ._gcry_mpih_add_n, TOC[tc0], 0
H A Dmpih-mul2.S53 .long ._gcry_mpih_addmul_1[PR], TOC[tc0], 0
H A Dmpih-mul3.S53 .long ._gcry_mpih_submul_1[PR], TOC[tc0], 0
H A Dmpih-sub1.S43 .long ._gcry_mpih_sub_n, TOC[tc0], 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-add1.S45 .long ._gcry_mpih_add_n, TOC[tc0], 0
H A Dmpih-sub1.S47 .long ._gcry_mpih_sub_n, TOC[tc0], 0
H A Dmpih-lshift.S43 .long ._gcry_mpih_lshift, TOC[tc0], 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dhevc_deblock.asm321 movd m6, [tcq]; tc0
325 shufps m6, m4, 0; tc0, tc1
326 pmullw m4, m6, [pw_m1]; -tc0, -tc1
424 movd m8, r2d; tc0
429 add r2d, r3d; tc0 + tc1
433 shufps m8, m9, 0; tc0, tc1
H A Dh264_deblock_10bit.asm156 ; int8_t *tc0)
858 ; int8_t *tc0)

Completed in 51 milliseconds

12