OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_pos_x
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/decoder/
ihevcd_intra_pred_mode_prediction.c
125
/*
i4_pos_x
and i4_pos_y are in minCu units (8x8), convert them to 4x4 units by multiplying by 2 */
127
+ (ps_cu->
i4_pos_x
* 2);
138
if(0 == ps_cu->
i4_pos_x
)
163
if((0 == ps_cu->
i4_pos_x
) && (((0 == ps_codec->s_parse.i4_ctb_slice_x) && (0 == ps_codec->s_parse.i4_ctb_slice_y)) ||
ihevcd_parse_slice.c
385
if((ps_codec->s_parse.s_cu.
i4_pos_x
<< 3) == (ps_tu->b4_pos_x << 2) &&
[
all
...]
ihevcd_structs.h
699
WORD32
i4_pos_x
;
member in struct:__anon3405
[
all
...]
/external/libhevc/common/
ihevc_structs.h
823
WORD32
i4_pos_x
;
member in struct:_ctb_t
[
all
...]
Completed in 508 milliseconds