HomeSort by relevance Sort by last modified time
    Searched refs:dcoef_ptr (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 17 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);
vp8_enc_stubs_mmx.c 52 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);
encodeopt.asm 14 ;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
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 17 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);
vp8_enc_stubs_mmx.c 52 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);
encodeopt.asm 14 ;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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 17 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);
vp8_enc_stubs_mmx.c 52 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);
encodeopt.asm 14 ;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 108 milliseconds