Lines Matching refs:ipf
96 if (!ctx->picbuf.cur_pic->ipf && !ctx->picbuf.cur_pic->grf && in set_filter()
414 vp8e_put_lit(bitbuf, cur_pic->ipf, 1); in set_frame_header()
622 refPic->ipf = 0; in reset_refpic()
638 if (ref_pic[i].ipf && (&ref_pic[i] != cur_pic)) { in init_ref_pic_list()
659 ref_pic_list[i].ipf = 0; in init_ref_pic_list()
674 buf->cur_pic->ipf = 1; in init_picbuf()
773 if (((cur_pic->ipf | cand->ipf) == cur_pic->ipf) && in set_picbuf_ref()
947 if (cur_pic->ipf) in update_picbuf()
948 ref_pic[i].ipf = 0; in update_picbuf()
973 if (!tmp->ipf && !tmp->arf && !tmp->grf) { in update_picbuf()
1453 pic_buf->cur_pic->ipf = 1; in hal_vp8e_enc_strm_code()