Searched refs:is_field (Results 1 – 4 of 4) sorted by relevance
48 int is_field = s->picture_structure != PICT_FRAME; in fill_picture_parameters() local62 pp->wPicHeightInMBminus1 = (s->mb_height >> is_field) - 1; in fill_picture_parameters()69 pp->bSecondField = is_field && !s->first_field; in fill_picture_parameters()131 int is_field = s->picture_structure != PICT_FRAME; in fill_slice() local136 slice->wVerticalPosition = s->mb_y >> is_field; in fill_slice()142 slice->wNumberMBsInSlice = (s->mb_y >> is_field) * s->mb_width + s->mb_x; in fill_slice()160 const int is_field = s->picture_structure != PICT_FRAME; in commit_bitstream_and_slice_buffer() local161 const unsigned mb_count = s->mb_width * (s->mb_height >> is_field); in commit_bitstream_and_slice_buffer()
753 state->is_field = true;772 if (state->is_field) {773 state->is_field = false;
981 bool is_field; member
4759 bool is_field = property_kind == ClassLiteralProperty::FIELD; in ParseClassLiteral() local4763 class_info.requires_brand |= (!is_field && !prop_info.is_static); in ParseClassLiteral()4774 if (V8_UNLIKELY(is_field)) { in ParseClassLiteral()