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

  /external/libmpeg2/decoder/
impeg2d_decoder.c 246 if(ps_dec->i4_num_cores > 1 && 0 != ps_dec->i4_bytes_consumed)
287 if(ps_dec->i4_num_cores > 1 && 0 != ps_dec->i4_bytes_consumed)
impeg2d_dec_hdr.c     [all...]
impeg2d_structs.h 313 WORD32 i4_num_cores; member in struct:dec_state_struct_t
impeg2d_api_main.c 320 ps_dec_state_multi_core->ps_dec_state[i]->i4_num_cores = ps_ip->u4_num_cores;
324 ps_dec_state->i4_num_cores = 1;
    [all...]
  /external/libhevc/decoder/
ihevcd_process_slice.c 462 if(1 == ps_codec->i4_num_cores)
671 if(ps_codec->i4_num_cores > MV_PRED_NUM_CORES_THRESHOLD)
697 else if(ps_codec->i4_num_cores > MV_PRED_NUM_CORES_THRESHOLD)
809 if(ps_codec->i4_num_cores > MV_PRED_NUM_CORES_THRESHOLD)
    [all...]
ihevcd_decode.c 593 if(ps_codec->i4_num_cores > 1)
755 if(ps_codec->i4_num_cores > 1 && ps_codec->s_parse.i4_end_of_frame)
762 /* i4_num_cores - 1 contexts are currently being used by other threads */
763 ps_proc = &ps_codec->as_process[ps_codec->i4_num_cores - 1];
797 /* i4_num_cores - 1 contexts are currently being used by other threads */
798 ps_proc = &ps_codec->as_process[ps_codec->i4_num_cores - 1];
    [all...]
ihevcd_utils.c     [all...]
ihevcd_parse_slice.c     [all...]
ihevcd_structs.h 1666 WORD32 i4_num_cores; member in struct:_codec_t
    [all...]
ihevcd_fmt_conv.c 789 if((0 == ps_codec->i4_flush_mode) && (ps_codec->i4_disp_buf_id == ps_proc->i4_cur_pic_buf_id) && (1 < ps_codec->i4_num_cores))
ihevcd_api.c     [all...]
ihevcd_boundary_strength.c 545 if(1 == ps_bs_ctxt->ps_codec->i4_num_cores)
    [all...]

Completed in 2104 milliseconds