Searched refs:i4_phase_y (Results 1 – 6 of 6) sorted by relevance
/external/libavc/encoder/svc/ |
D | isvce_ibl_eval.c | 499 ps_layer_props->i4_phase_y = i4_chroma_phase_y_plus1 - 1; in isvce_ibl_layer_state_init() 510 ps_layer_props->i4_phase_y = 0; in isvce_ibl_layer_state_init() 535 ps_layer_props->i4_phase_y = ps_layer_props->i4_phase_y + (4 * u1_bot_field_flag) + in isvce_ibl_layer_state_init() 541 ps_layer_props->i4_phase_y = ps_layer_props->i4_phase_y + 4 * u1_bot_field_flag; in isvce_ibl_layer_state_init() 564 ps_layer_props->i4_add_y = (((u4_ref_ht * (2 + ps_layer_props->i4_phase_y)) in isvce_ibl_layer_state_init() 575 ps_layer_props->i4_add_y = (((u4_ref_ht * (2 + ps_layer_props->i4_phase_y)) in isvce_ibl_layer_state_init()
|
D | isvce_utils.c | 2752 ps_layer_props->i4_phase_y = i4_chroma_phase_y_plus1 - 1; in isvce_layer_resampler_props_init() 2763 ps_layer_props->i4_phase_y = 0; in isvce_layer_resampler_props_init() 2783 ps_layer_props->i4_phase_y = ps_layer_props->i4_phase_y + 4 * u1_bot_field_flag; in isvce_layer_resampler_props_init() 2812 (((u4_ref_ht * (2 + ps_layer_props->i4_phase_y)) << (ps_layer_props->u4_shift_y - 2)) + in isvce_layer_resampler_props_init() 2823 (((u4_ref_ht * (2 + ps_layer_props->i4_phase_y)) << (ps_layer_props->u4_shift_y - 3)) + in isvce_layer_resampler_props_init()
|
D | isvce_structs.h | 202 WORD32 i4_phase_y; member
|
/external/libavc/decoder/svc/ |
D | isvcd_residual_resamp.c | 2174 WORD32 i4_phase_y; in isvcd_residual_samp_populate_list() local 2262 i4_phase_y = i4_chroma_phase_y_plus1 - 1; in isvcd_residual_samp_populate_list() 2273 i4_phase_y = 0; in isvcd_residual_samp_populate_list() 2300 i4_phase_y = i4_phase_y + 4 * i4_bot_field_flag; in isvcd_residual_samp_populate_list() 2324 i4_add_y = (((i4_ref_ht * (2 + i4_phase_y)) << (u4_shift_y - 2)) + (i4_scaled_ht >> 1)) / in isvcd_residual_samp_populate_list() 2332 i4_add_y = (((i4_ref_ht * (2 + i4_phase_y)) << (u4_shift_y - 3)) + (i4_scaled_ht >> 1)) / in isvcd_residual_samp_populate_list()
|
D | isvcd_resamp_svc.c | 3512 WORD32 i4_phase_x, i4_phase_y, i4_sub_wd, i4_sub_ht, i4_mb_wd, i4_mb_ht; in svcd_intra_samp_populate_list() local 3594 i4_phase_y = i4_chroma_phase_y_plus1 - 1; in svcd_intra_samp_populate_list() 3605 i4_phase_y = 0; in svcd_intra_samp_populate_list() 3632 i4_phase_y = i4_phase_y + 4 * i4_bot_field_flag; in svcd_intra_samp_populate_list() 3655 i4_add_y = (((i4_ref_ht * (2 + i4_phase_y)) << (i4_shift_y - 2)) + (i4_scaled_ht >> 1)) / in svcd_intra_samp_populate_list() 3663 i4_add_y = (((i4_ref_ht * (2 + i4_phase_y)) << (i4_shift_y - 3)) + (i4_scaled_ht >> 1)) / in svcd_intra_samp_populate_list()
|
D | isvcd_intra_resamp.c | 4116 WORD32 i4_phase_x, i4_phase_y, i4_sub_wd, i4_sub_ht, i4_mb_wd, i4_mb_ht; in isvcd_intra_resamp_populate_list() local 4200 i4_phase_y = i4_chroma_phase_y_plus1 - 1; in isvcd_intra_resamp_populate_list() 4211 i4_phase_y = 0; in isvcd_intra_resamp_populate_list() 4238 i4_phase_y = i4_phase_y + 4 * i4_bot_field_flag; in isvcd_intra_resamp_populate_list() 4261 i4_add_y = (((i4_ref_ht * (2 + i4_phase_y)) << (i4_shift_y - 2)) + (i4_scaled_ht >> 1)) / in isvcd_intra_resamp_populate_list() 4269 i4_add_y = (((i4_ref_ht * (2 + i4_phase_y)) << (i4_shift_y - 3)) + (i4_scaled_ht >> 1)) / in isvcd_intra_resamp_populate_list()
|