Home
last modified time | relevance | path

Searched refs:i4_scaled_ref_layer_top_offset (Results 1 – 9 of 9) sorted by relevance

/external/libavc/common/svc/
Disvc_intra_resample.h225 WORD32 i4_scaled_ref_layer_top_offset);
Disvc_intra_resample.c3049 WORD32 i4_scaled_ref_layer_top_offset) in isvc_intra_samp_mb_dyadic() argument
3068 i4_scaled_mb_y = u2_mb_y - (i4_scaled_ref_layer_top_offset >> 4); in isvc_intra_samp_mb_dyadic()
/external/libavc/decoder/svc/
Disvcd_parse_slice.c1733 ps_svc_slice_params->i4_scaled_ref_layer_top_offset = in isvcd_parse_slice_header()
1736 ps_svc_slice_params->i4_scaled_ref_layer_top_offset); in isvcd_parse_slice_header()
1738 if(ps_svc_slice_params->i4_scaled_ref_layer_top_offset != 0) in isvcd_parse_slice_header()
1743 if(ps_svc_slice_params->i4_scaled_ref_layer_top_offset >= MAX_SCLD_REF_LAYER_OFFSET || in isvcd_parse_slice_header()
1744 ps_svc_slice_params->i4_scaled_ref_layer_top_offset < MIN_SCLD_REF_LAYER_OFFSET) in isvcd_parse_slice_header()
1776 ps_svc_slice_params->i4_scaled_ref_layer_top_offset = in isvcd_parse_slice_header()
Disvcd_resamp_svc.c2076 i4_scaled_mb_y = u2_mb_y - (ps_svc_slice_params->i4_scaled_ref_layer_top_offset >> 4); in svcd_intra_samp_mb_dyadic()
3530 WORD32 i4_scaled_ref_layer_left_offset, i4_scaled_ref_layer_top_offset; in svcd_intra_samp_populate_list() local
3574 i4_scaled_ref_layer_top_offset = ps_curr_res_prms->s_ref_lyr_scaled_offset.i2_top; in svcd_intra_samp_populate_list()
3654 i4_offset_y = i4_scaled_ref_layer_top_offset / i4_sub_ht; in svcd_intra_samp_populate_list()
3662 i4_offset_y = i4_scaled_ref_layer_top_offset / (2 * i4_sub_ht); in svcd_intra_samp_populate_list()
3721 i4_crp_ht_top = i4_scaled_ref_layer_top_offset >> i4_chroma_flag; in svcd_intra_samp_populate_list()
4045 ps_dec->ps_cur_slice->s_svc_slice_params.i4_scaled_ref_layer_top_offset << 1; in svcd_intra_samp_populate_res_prms()
Disvcd_structs.h177 WORD32 i4_scaled_ref_layer_top_offset; member
Disvcd_residual_resamp.c2205 WORD32 i4_scaled_ref_layer_top_offset; in isvcd_residual_samp_populate_list() local
2245 i4_scaled_ref_layer_top_offset = ps_curr_res_prms->s_ref_lyr_scaled_offset.i2_top; in isvcd_residual_samp_populate_list()
2323 i4_offset_y = i4_scaled_ref_layer_top_offset / i4_sub_ht; in isvcd_residual_samp_populate_list()
2331 i4_offset_y = i4_scaled_ref_layer_top_offset / (2 * i4_sub_ht); in isvcd_residual_samp_populate_list()
Disvcd_intra_resamp.c3541 ps_mb_coord->u2_mb_y - (ps_svc_slice_params->i4_scaled_ref_layer_top_offset >> 4); in isvcd_intra_resamp_mb_dyadic()
4134 WORD32 i4_scaled_ref_layer_left_offset, i4_scaled_ref_layer_top_offset; in isvcd_intra_resamp_populate_list() local
4181 i4_scaled_ref_layer_top_offset = ps_curr_res_prms->s_ref_lyr_scaled_offset.i2_top; in isvcd_intra_resamp_populate_list()
4260 i4_offset_y = i4_scaled_ref_layer_top_offset / i4_sub_ht; in isvcd_intra_resamp_populate_list()
4268 i4_offset_y = i4_scaled_ref_layer_top_offset / (2 * i4_sub_ht); in isvcd_intra_resamp_populate_list()
4325 i4_crp_ht_top = i4_scaled_ref_layer_top_offset >> i4_chroma_flag; in isvcd_intra_resamp_populate_list()
4666 ps_svc_lyr_dec->s_svc_slice_params.i4_scaled_ref_layer_top_offset << 1; in isvcd_populate_res_prms()
/external/libavc/encoder/svc/
Disvce_ibl_eval.c458 const WORD32 i4_scaled_ref_layer_top_offset = 0; in isvce_ibl_layer_state_init() local
563 i4_scaled_ref_layer_top_offset / ps_layer_props->u4_sub_ht; in isvce_ibl_layer_state_init()
574 i4_scaled_ref_layer_top_offset / (2 * ps_layer_props->u4_sub_ht); in isvce_ibl_layer_state_init()
Disvce_utils.c2730 const WORD32 i4_scaled_ref_layer_top_offset = 0; in isvce_layer_resampler_props_init() local
2810 ps_layer_props->i4_offset_y = i4_scaled_ref_layer_top_offset / ps_layer_props->u4_sub_ht; in isvce_layer_resampler_props_init()
2821 i4_scaled_ref_layer_top_offset / (2 * ps_layer_props->u4_sub_ht); in isvce_layer_resampler_props_init()