Searched refs:width_shift (Results 1 – 4 of 4) sorted by relevance
69 deUint32 width_shift; // 0, 1, 2 in packShadingRate() local75 width_shift = 0; in packShadingRate()79 width_shift = 0; in packShadingRate()83 width_shift = 0; in packShadingRate()87 width_shift = 1; in packShadingRate()91 width_shift = 1; in packShadingRate()95 width_shift = 1; in packShadingRate()99 width_shift = 2; in packShadingRate()103 width_shift = 2; in packShadingRate()107 width_shift = 2; in packShadingRate()[all …]
313 int width_shift = 0; in truemotion1_decode_header() local400 width_shift = 1; in truemotion1_decode_header()404 s->w >>= width_shift; in truemotion1_decode_header()413 s->avctx->sample_aspect_ratio = (AVRational){ 1 << width_shift, 1 }; in truemotion1_decode_header()429 s->mb_change_bits_row_size = ((s->avctx->width >> (2 - width_shift)) + 7) >> 3; in truemotion1_decode_header()
38 int width_shift; member
939 templ.width0 = width >> map->planes[i].width_shift; in dri2_create_image_from_winsys()