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

  /external/libmpeg2/decoder/x86/
impeg2d_function_selector_avx2.c 71 dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch;
impeg2d_function_selector_ssse3.c 71 dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch;
  /external/libmpeg2/common/
impeg2_idct.h 41 pf_idct_recon_t impeg2_idct_recon_dc_mismatch; variable
impeg2_idct.c 27 /* impeg2_idct_recon_dc_mismatch() */
94 void impeg2_idct_recon_dc_mismatch(WORD16 *pi2_src, function
  /external/libmpeg2/decoder/
impeg2d_function_selector_generic.c 79 ps_dec->pf_idct_recon[1] = &impeg2_idct_recon_dc_mismatch;

Completed in 194 milliseconds