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

  /external/libhevc/decoder/
ihevcd_structs.h 1080 pps_t *ps_pps_base; member in struct:__anon24995
2021 pps_t *ps_pps_base; member in struct:_codec_t
    [all...]
ihevcd_nal.c 447 pps_t *ps_pps = ps_codec->ps_pps_base + MAX_PPS_CNT - 1;
ihevcd_parse_slice_header.c 256 ps_pps = ps_codec->s_parse.ps_pps_base + pps_id;
259 pps_t *ps_pps_ref = ps_codec->ps_pps_base;
263 if((ps_pps_ref - ps_codec->ps_pps_base >= MAX_PPS_CNT - 1))
    [all...]
ihevcd_api.c     [all...]
ihevcd_parse_headers.c     [all...]
ihevcd_process_slice.c     [all...]
ihevcd_parse_slice.c     [all...]
  /external/libavc/encoder/
ih264e_utils.c     [all...]
ih264e_structs.h 946 pps_t *ps_pps_base; member in struct:__anon23946
2429 pps_t *ps_pps_base; member in struct:_codec_t
    [all...]
ih264e_process.c 178 ps_pps = ps_codec->ps_pps_base + ps_codec->i4_pps_id;
291 pps_t *ps_pps = ps_entropy->ps_pps_base + (ps_entropy->u4_pps_id % MAX_PPS_CNT);
    [all...]
ih264e_api.c     [all...]

Completed in 220 milliseconds