Searched refs:brfd (Results 1 – 3 of 3) sorted by relevance
46 refdist = dir ? v->brfd : v->frfd; in scaleforsame_x()79 refdist = dir ? v->brfd : v->frfd; in scaleforsame_y()109 int scaleopp1, scaleopp2, brfd; in scaleforopp_x() local112 brfd = FFMIN(v->brfd, 3); in scaleforopp_x()113 scalezone1_x = ff_vc1_b_field_mvpred_scales[3][brfd]; in scaleforopp_x()114 zone1offset_x = ff_vc1_b_field_mvpred_scales[5][brfd]; in scaleforopp_x()115 scaleopp1 = ff_vc1_b_field_mvpred_scales[1][brfd]; in scaleforopp_x()116 scaleopp2 = ff_vc1_b_field_mvpred_scales[2][brfd]; in scaleforopp_x()136 int scaleopp1, scaleopp2, brfd; in scaleforopp_y() local139 brfd = FFMIN(v->brfd, 3); in scaleforopp_y()[all …]
366 int frfd, brfd; ///< reference frame distance (forward or backward) member
954 v->brfd = v->refdist - v->frfd - 1; in ff_vc1_parse_frame_header_adv()955 if (v->brfd < 0) in ff_vc1_parse_frame_header_adv()956 v->brfd = 0; in ff_vc1_parse_frame_header_adv()