Searched refs:c_mem (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/tests/util/ |
D | pattern.c | 296 unsigned char *c_mem = (yuv->order & YUV_CY) ? mem : mem + 1; in fill_smpte_yuv_packed() local 329 c_mem[2*x+u] = colors_top[x * 7 / width].u; in fill_smpte_yuv_packed() 330 c_mem[2*x+v] = colors_top[x * 7 / width].v; in fill_smpte_yuv_packed() 332 c_mem += stride; in fill_smpte_yuv_packed() 337 c_mem[2*x+u] = colors_middle[x * 7 / width].u; in fill_smpte_yuv_packed() 338 c_mem[2*x+v] = colors_middle[x * 7 / width].v; in fill_smpte_yuv_packed() 340 c_mem += stride; in fill_smpte_yuv_packed() 345 c_mem[2*x+u] = colors_bottom[x * 4 / (width * 5 / 7)].u; in fill_smpte_yuv_packed() 346 c_mem[2*x+v] = colors_bottom[x * 4 / (width * 5 / 7)].v; in fill_smpte_yuv_packed() 349 c_mem[2*x+u] = colors_bottom[(x - width * 5 / 7) * in fill_smpte_yuv_packed() [all …]
|
/external/libvpx/libvpx/test/ |
D | pp_filter_test.cc | 315 Buffer<uint8_t> c_mem = Buffer<uint8_t>(cols_, rows_, 8, 8, 17, 8); in TEST_P() local 316 ASSERT_TRUE(c_mem.Init()); in TEST_P() 323 c_mem.SetPadding(10); in TEST_P() 325 SetCols(c_mem.TopLeftPixel(), rows_, cols_, c_mem.stride()); in TEST_P() 328 vpx_mbpost_proc_across_ip_c(c_mem.TopLeftPixel(), c_mem.stride(), rows_, in TEST_P() 333 ASSERT_TRUE(asm_mem.CheckValues(c_mem)); in TEST_P()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_matmul_ops_common.h | 548 context_.c_mem->set_data_handle(static_cast<void*>(const_cast<T*>(c_data)), in Execute() 553 context_.c_mem->set_data_handle(static_cast<void*>(const_cast<T*>(c_data))); in Execute() 560 context_.c_mem->set_data_handle(DummyData); in Execute() 569 std::shared_ptr<mkldnn::memory> c_mem; member 587 c_mem(nullptr), in MklMatMulContext() 619 context_.c_mem.reset( in Setup() 626 {MKLDNN_ARG_DST, *context_.c_mem}}); in Setup()
|