Searched refs:last_pixel (Results 1 – 3 of 3) sorted by relevance
93 const uint16_t last_pixel = recon_buf_q3[-1]; in cfl_pad() local96 recon_buf_q3[i] = last_pixel; in cfl_pad()
784 const uint32_t last_pixel = _mesa_image_offset(dims, packing, w, h, in blorp_get_client_bo() local789 const uint32_t size = last_pixel - first_pixel; in blorp_get_client_bo()
1094 static void SaveState(VP8LDecoder* const dec, int last_pixel) { in SaveState() argument1097 dec->saved_last_pixel_ = last_pixel; in SaveState()