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

  /external/libavc/encoder/x86/
ih264e_function_selector_ssse3.c 173 ps_codec->pf_mem_cpy_mul8 = ih264_memcpy_mul_8_ssse3;
  /external/libavc/encoder/arm/
ih264e_function_selector_a9q.c 214 ps_codec->pf_mem_cpy_mul8 = ih264_memcpy_mul_8_a9q;
ih264e_function_selector_av8.c 224 ps_codec->pf_mem_cpy_mul8 = ih264_memcpy_mul_8_av8;
  /external/libavc/encoder/
ih264e_function_selector_generic.c 226 ps_codec->pf_mem_cpy_mul8 = ih264_memcpy_mul_8;
ih264e_structs.h 2573 pf_memcpy_mul8 pf_mem_cpy_mul8; member in struct:_codec_t
    [all...]
ih264e_intra_modes_eval.c 407 ps_codec->pf_mem_cpy_mul8(pu1_ngbr_pels_i16+16+1,pu1_mb_b,16);
    [all...]
ih264e_process.c 969 ps_codec->pf_mem_cpy_mul8(ps_proc->au1_left_mb_intra_modes, ps_proc->au1_intra_luma_mb_4x4_modes, 16);
970 ps_codec->pf_mem_cpy_mul8(pu1_top_mb_intra_modes, ps_proc->au1_intra_luma_mb_4x4_modes, 16);
    [all...]

Completed in 871 milliseconds