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

  /external/libhevc/decoder/
ihevcd_structs.h 406 * Current TU structure - set to CTB tu_t pointer at the start of CTB processing and incremented
409 tu_t *ps_tu;
413 * start index of tu_t in ps_pic_tu and also to identify number of
888 * Current TU structure - set to CTB tu_t pointer at the start of CTB parsing and incremented
891 tu_t *ps_tu;
947 * CU related information to be used to populate tu_t and pu_t during
969 * Pointer to frame level tu_t for the current frame being parsed
972 tu_t *ps_pic_tu;
976 * start index of tu_t in ps_pic_tu and also to identify number of
1265 * Current TU structure - set to CTB tu_t pointer at the start of CTB processing and incremente
    [all...]
ihevcd_iquant_itrans_recon_ctb.c 341 tu_t *ps_tu,
538 tu_t *ps_tu;
    [all...]
ihevcd_utils.c 386 * Each TU data includes tu_map and tu_t and coeff data for all
414 /* Size for storing tu_t start index each CTB */
421 /* Size for storing tu_t for each TU */
422 tu_data_size += num_tu * sizeof(tu_t);
983 ps_codec->s_parse.ps_pic_tu = (tu_t *)pu1_buf;
984 pu1_buf += ctb_min_tu_cnt * sizeof(tu_t);
    [all...]
ihevcd_boundary_strength.c 213 tu_t *ps_tu;
465 tu_t *ps_tu;
    [all...]
ihevcd_parse_slice.c 237 tu_t *ps_tu = ps_codec->s_parse.ps_tu;
539 tu_t *ps_tu = ps_codec->s_parse.ps_tu;
    [all...]
ihevcd_process_slice.c 529 tu_t *ps_tu_cur, *ps_tu_nxt;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 517 }tu_t; typedef in typeref:struct:__anon12373
671 tu_t as_tu[MAX_TU_IN_CTB];
789 tu_t *ps_tu;
    [all...]

Completed in 1100 milliseconds