Searched refs:i4_pos_x (Results 1 – 8 of 8) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_intra_pred_mode_prediction.c | 127 + (ps_cu->i4_pos_x * 2); in ihevcd_intra_pred_mode_prediction() 163 …if((0 == ps_cu->i4_pos_x) && (((0 == ps_codec->s_parse.i4_ctb_slice_x) && (0 == ps_codec->s_parse.… in ihevcd_intra_pred_mode_prediction()
|
D | ihevcd_parse_slice.c | 398 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_transform_tree() 1031 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_coding_unit_intra() 1044 + (ps_codec->s_parse.s_cu.i4_pos_x * 2); in ihevcd_parse_coding_unit_intra() 1192 cu_pos_x = ps_codec->s_parse.s_cu.i4_pos_x; in ihevcd_parse_coding_unit() 1343 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_coding_unit() 1637 if((ps_codec->s_parse.s_cu.i4_pos_x << 3) == (ps_tu->b4_pos_x << 2) && in ihevcd_parse_coding_unit() 1707 ps_codec->s_parse.s_cu.i4_pos_x = cu_pos_x; in ihevcd_parse_coding_quadtree() 1856 WORD32 cu_pos_x = ps_codec->s_parse.s_cu.i4_pos_x << 3; in ihevcd_parse_coding_quadtree() 1888 cu_pos_x = ps_codec->s_parse.s_cu.i4_pos_x << 3; in ihevcd_parse_coding_quadtree()
|
D | ihevcd_structs.h | 699 WORD32 i4_pos_x; member
|
/external/libavc/common/ |
D | ih264_structs.h | 394 WORD32 i4_pos_x; member
|
/external/libhevc/encoder/ |
D | hme_refine.c | 130 S32 i4_pos_x, 139 S32 i4_pos_x, 2222 S32 i4_pos_x, in hme_project_coloc_candt() argument 2243 i4_pos_x = CLIP3(i4_pos_x, 0, (wd_c - blksize_p)); in hme_project_coloc_candt() 2248 blk_x = (i4_pos_x * wd_p) / (wd_c * blksize_p); in hme_project_coloc_candt() 2309 S32 i4_pos_x, in hme_project_coloc_candt_dyadic() argument 2334 i4_pos_x = CLIP3(i4_pos_x, 0, (wd_c - blksize_p)); in hme_project_coloc_candt_dyadic() 2339 blk_x = i4_pos_x >> blksize_p; // (2 * blksize_p); in hme_project_coloc_candt_dyadic() 2367 S32 i4_pos_x, in hme_project_coloc_candt_dyadic_implicit() argument 2393 i4_pos_x = CLIP3(i4_pos_x, 0, (wd_c - blksize_p)); in hme_project_coloc_candt_dyadic_implicit() [all …]
|
D | hme_utils.c | 3791 S32 i4_pos_x = ps_ctxt->i4_pos_x; in hme_populate_search_candidates() local 3827 S32 x = i4_pos_x >> 4; in hme_populate_search_candidates() 4016 x = i4_pos_x + gai4_search_cand_location_to_x_offset_map[e_search_cand_loc]; in hme_populate_search_candidates() 5294 S32 i4_pos_x; in ihevce_16x16block_temporal_noise_detect() local 5336 i4_pos_x = i4_cu_x_off; in ihevce_16x16block_temporal_noise_detect() 5338 posx = i4_pos_x + 2; in ihevce_16x16block_temporal_noise_detect()
|
D | hme_defs.h | 3352 S32 i4_pos_x; member
|
/external/libhevc/common/ |
D | ihevc_structs.h | 1724 WORD32 i4_pos_x; member
|