Home
last modified time | relevance | path

Searched refs:last_pixel (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dcfl.c93 const uint16_t last_pixel = recon_buf_q3[-1]; in cfl_pad() local
96 recon_buf_q3[i] = last_pixel; in cfl_pad()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c784 const uint32_t last_pixel = _mesa_image_offset(dims, packing, w, h, in blorp_get_client_bo() local
789 const uint32_t size = last_pixel - first_pixel; in blorp_get_client_bo()
/external/webp/src/dec/
Dvp8l_dec.c1094 static void SaveState(VP8LDecoder* const dec, int last_pixel) { in SaveState() argument
1097 dec->saved_last_pixel_ = last_pixel; in SaveState()