Home | History | Annotate | Download | only in vda

Lines Matching refs:pic_order_cnt_type

142   curr_pic_->pic_order_cnt_type = sps->pic_order_cnt_type;
143 switch (curr_pic_->pic_order_cnt_type) {
191 switch (pic->pic_order_cnt_type) {
339 DVLOG(1) << "Invalid pic_order_cnt_type: " << sps->pic_order_cnt_type;
1229 if (sps->pic_order_cnt_type == curr_pic_->pic_order_cnt_type) {
1230 if (curr_pic_->pic_order_cnt_type == 0) {
1235 } else if (curr_pic_->pic_order_cnt_type == 1) {