Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c175 RK_U32 img_w = width / step; in dump_frame() local
178 img_w -= img_w & 0x1; in dump_frame()
181 for (j = 0; j < img_w; j++) in dump_frame()
183 pdes += img_w; in dump_frame()
187 pdes = tmp + img_w * img_h; in dump_frame()
189 for (j = 0; j < (img_w / 2); j++) { in dump_frame()
193 pdes += img_w; in dump_frame()
196 width = img_w; in dump_frame()