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

  /external/libmpeg2/decoder/x86/
impeg2d_function_selector_avx2.c 70 dec->pf_idct_recon[0] = &impeg2_idct_recon_dc;
impeg2d_function_selector_ssse3.c 70 dec->pf_idct_recon[0] = &impeg2_idct_recon_dc;
  /external/libmpeg2/common/
impeg2_idct.h 39 pf_idct_recon_t impeg2_idct_recon_dc; variable
impeg2_idct.c 26 /* List of Functions : impeg2_idct_recon_dc() */
62 void impeg2_idct_recon_dc(WORD16 *pi2_src, function
  /external/libmpeg2/decoder/
impeg2d_function_selector_generic.c 78 ps_dec->pf_idct_recon[0] = &impeg2_idct_recon_dc;

Completed in 44 milliseconds