OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
1268
* Current TU structure - set to CTB
tu_t
pointer at the start of CTB processing and incremente
[
all
...]
ihevcd_utils.c
288
* Each TU data includes tu_map and
tu_t
and coeff data for all
316
/* Size for storing
tu_t
start index each CTB */
323
/* Size for storing
tu_t
for each TU */
324
tu_data_size += num_tu * sizeof(
tu_t
);
[
all
...]
ihevcd_iquant_itrans_recon_ctb.c
341
tu_t
*ps_tu,
538
tu_t
*ps_tu;
[
all
...]
ihevcd_parse_slice.c
244
tu_t
*ps_tu = ps_codec->s_parse.ps_tu;
552
tu_t
*ps_tu = ps_codec->s_parse.ps_tu;
[
all
...]
ihevcd_boundary_strength.c
213
tu_t
*ps_tu;
465
tu_t
*ps_tu;
[
all
...]
ihevcd_process_slice.c
531
tu_t
*ps_tu_cur, *ps_tu_nxt;
[
all
...]
/external/libhevc/common/
ihevc_structs.h
1388
}
tu_t
;
typedef in typeref:struct:__anon23415
[
all
...]
Completed in 136 milliseconds