Home | History | Annotate | Download | only in encode

Lines Matching refs:VAEncPictureTypeIntra

343                      pic_param->picture_type == VAEncPictureTypeIntra ? 1 :
796 pic_param->picture_type = VAEncPictureTypeIntra;
920 ctx->next_type = VAEncPictureTypeIntra;
1025 if (pic_param->picture_type != VAEncPictureTypeIntra) {
1038 if (pic_param->picture_type == VAEncPictureTypeIntra) {
1107 slice_param->is_intra_slice = (picture_type == VAEncPictureTypeIntra);
1149 assert(picture_type == VAEncPictureTypeIntra);
1329 if (picture_type == VAEncPictureTypeIntra)
1344 if (picture_type == VAEncPictureTypeIntra) {
1393 if (VAEncPictureTypeIntra == picture_type) {
1425 ctx->next_type = VAEncPictureTypeIntra;
1431 if (curr_type == VAEncPictureTypeIntra) {
1489 ctx->new_gop_header = ctx->next_type == VAEncPictureTypeIntra;