Home
last modified time | relevance | path

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

/external/zucchini/
Dzucchini_tools.cc90 ConstBufferView sub_image = image[element->region()]; in DetectAll() local
91 sub_image_list->push_back(sub_image); in DetectAll()
92 size_t pos = sub_image.begin() - image.begin(); in DetectAll()
93 size_t prog_size = sub_image.size(); in DetectAll()
96 auto disasm = MakeDisassemblerOfType(sub_image, element->exe_type); in DetectAll()
Dheuristic_ensemble_matcher.cc286 ConstBufferView sub_image(old_image[(*old_elements)[iold]]); in RunMatch() local
287 old_his[iold].Compute(sub_image); in RunMatch()
322 ConstBufferView sub_image(old_image[cur_old_element.region()]); in RunMatch() local
323 if (sub_image.equals(cur_new_sub_image)) { in RunMatch()
/external/webp/examples/
Dgifdec.c115 WebPPicture sub_image; in GIFReadFrame() local
133 rect.width, rect.height, &sub_image)) { in GIFReadFrame()
138 dst = sub_image.argb; in GIFReadFrame()
149 const size_t stride = (size_t)sub_image.argb_stride; in GIFReadFrame()
161 for (y = 0; y < rect.height; ++y, ptr += sub_image.argb_stride) { in GIFReadFrame()
169 if (!ok) picture->error_code = sub_image.error_code; in GIFReadFrame()
170 WebPPictureFree(&sub_image); in GIFReadFrame()
/external/webp/src/mux/
Danim_encode.c1424 WebPPicture sub_image; in DecodeFrameOntoCanvas() local
1433 config.input.width, config.input.height, &sub_image)) { in DecodeFrameOntoCanvas()
1438 config.output.u.RGBA.rgba = (uint8_t*)sub_image.argb; in DecodeFrameOntoCanvas()
1439 config.output.u.RGBA.stride = sub_image.argb_stride * 4; in DecodeFrameOntoCanvas()
1440 config.output.u.RGBA.size = config.output.u.RGBA.stride * sub_image.height; in DecodeFrameOntoCanvas()
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/main/
Dgles2-khr-master.txt376 KHR-GLES2.texture_3d.sub_image.rgba8
377 KHR-GLES2.texture_3d.sub_image.negative
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.6.x/
Dgles2-khr-master.txt376 KHR-GLES2.texture_3d.sub_image.rgba8
377 KHR-GLES2.texture_3d.sub_image.negative
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.5.x/
Dgles2-khr-master.txt376 KHR-GLES2.texture_3d.sub_image.rgba8
377 KHR-GLES2.texture_3d.sub_image.negative
/external/crosvm/gpu_display/src/generated/
Dxlib.rs2093 pub sub_image: ::std::option::Option< field