Searched refs:dcoef_ptr (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c17 int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
21 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff; local
22 return vp8_mbblock_error_xmm_impl(coeff_ptr, dcoef_ptr, dc);
H A Dvp8_enc_stubs_mmx.c52 int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
56 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff; local
57 return vp8_mbblock_error_mmx_impl(coeff_ptr, dcoef_ptr, dc);
H A Dencodeopt.asm14 ;int vp8_block_error_xmm(short *coeff_ptr, short *dcoef_ptr)
25 mov rdi, arg(1) ;dcoef_ptr
62 ;int vp8_block_error_mmx(short *coeff_ptr, short *dcoef_ptr)
76 mov rdi, arg(1) ;dcoef_ptr
128 ;int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
142 mov rdi, arg(1) ;dcoef_ptr
205 ;int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
220 mov rdi, arg(1) ;dcoef_ptr

Completed in 220 milliseconds