Searched defs:width_bytes (Results 1 – 4 of 4) sorted by relevance
414 int x_bytes, width_bytes; in swrast_put_image2() local457 int x_bytes, width_bytes; in swrast_get_image() local
37 const int width_bytes = width * DesktopFrame::kBytesPerPixel; in PartialBlockDifference() local
1180 const int width_bytes = width * sizeof(top[0]); in DirectionalIntraPredictorZone1_NEON() local1594 const int width_bytes = width * sizeof(left[0]); in DirectionalIntraPredictorZone3_NEON() local
188 let width_bytes = width.checked_mul(self.bytes_per_pixel)?; in sub_region() localVariable