Home
last modified time | relevance | path

Searched refs:u2_dst_stride (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_inter_pred.c298 ps_pred->u2_dst_stride = u2_rec_wd; in ih264d_form_mb_part_info_bp()
397 ps_pred->u2_dst_stride = u2_rec_wd; in ih264d_form_mb_part_info_bp()
659 ps_pred->u2_dst_stride = u2_rec_wd; in ih264d_form_mb_part_info_mp()
809 ps_pred->u2_dst_stride = u2_rec_wd; in ih264d_form_mb_part_info_mp()
944 u2_dst_wd = ps_pred->u2_dst_stride; in ih264d_motion_compensate_bp()
969 u2_dst_wd = ps_pred->u2_dst_stride; in ih264d_motion_compensate_bp()
1094 u2_row_buf_wd_y = ps_pred->u2_dst_stride; in ih264d_motion_compensate_mp()
1095 u2_dst_wd = ps_pred->u2_dst_stride; in ih264d_motion_compensate_mp()
1191 u2_row_buf_wd_uv = ps_pred->u2_dst_stride; in ih264d_motion_compensate_mp()
1192 u2_dst_wd = ps_pred->u2_dst_stride; in ih264d_motion_compensate_mp()
Dih264d_structs.h252 UWORD16 u2_dst_stride; /** Stride value of the destination */ member