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

  /external/libavc/encoder/
ih264e_encode.c 246 ps_codec->i4_encode_api_call_cnt += 1;
249 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS;
260 if (ps_codec->i4_encode_api_call_cnt == 0)
313 if (ps_codec->i4_encode_api_call_cnt == 0)
357 ps_codec->i4_encode_api_call_cnt --;
ih264e_utils.c 282 if (ps_codec->i4_encode_api_call_cnt
341 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS;
    [all...]
ih264e_structs.h 1846 WORD32 i4_encode_api_call_cnt; member in struct:_proc_t
1975 WORD32 i4_encode_api_call_cnt; member in struct:_codec_t
    [all...]
ih264e_process.c 141 WORD32 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS;
311 WORD32 ctxt_sel = ps_proc->i4_encode_api_call_cnt % MAX_CTXT_SETS;
    [all...]
ih264e_api.c     [all...]

Completed in 83 milliseconds