OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_part_mode
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_intra_pred_mode_prediction.c
189
num_pred_blocks = (ps_cu->
i4_part_mode
== PART_NxN) ? 2 : 1;
316
if(ps_cu->
i4_part_mode
== PART_2Nx2N)
ihevcd_structs.h
715
WORD32
i4_part_mode
;
member in struct:__anon7551
[
all
...]
ihevcd_parse_slice.c
162
(PART_2Nx2N != ps_codec->s_parse.s_cu.
i4_part_mode
) &&
833
ps_pu->b3_part_mode = ps_codec->s_parse.s_cu.
i4_part_mode
;
[
all
...]
Completed in 54 milliseconds