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

  /external/libavc/encoder/x86/
ih264e_function_selector_ssse3.c 174 ps_codec->pf_mem_set_mul8 = ih264_memset_mul_8_ssse3;
  /external/libavc/encoder/arm/
ih264e_function_selector_a9q.c 216 ps_codec->pf_mem_set_mul8 = ih264_memset_mul_8_a9q;
ih264e_function_selector_av8.c 226 ps_codec->pf_mem_set_mul8 = ih264_memset_mul_8_av8;
  /external/libavc/encoder/
ih264e_function_selector_generic.c 228 ps_codec->pf_mem_set_mul8 = ih264_memset_mul_8;
ih264e_intra_modes_eval.c 402 ps_codec->pf_mem_set_mul8(pu1_ngbr_pels_i16,0,MB_SIZE);
413 ps_codec->pf_mem_set_mul8(pu1_ngbr_pels_i16+16+1,0,MB_SIZE);
    [all...]
ih264e_structs.h 2574 pf_memset_mul8 pf_mem_set_mul8; member in struct:_codec_t
    [all...]

Completed in 68 milliseconds