OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_pos_y
(Results
1 - 5
of
5
) 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 */
130
+ (ps_cu->
i4_pos_y
* 2);
133
if(0 == ps_cu->
i4_pos_y
)
143
if(ps_cu->
i4_pos_y
)
ihevcd_parse_slice.c
386
(ps_codec->s_parse.s_cu.
i4_pos_y
<< 3) == (ps_tu->b4_pos_y << 2))
[
all
...]
ihevcd_structs.h
702
WORD32
i4_pos_y
;
member in struct:__anon16636
[
all
...]
/external/libavc/common/
ih264_structs.h
399
WORD32
i4_pos_y
;
member in struct:_mb_ctxt_t
[
all
...]
/external/libhevc/common/
ihevc_structs.h
1698
WORD32
i4_pos_y
;
member in struct:_ctb_t
[
all
...]
Completed in 532 milliseconds