/external/libaom/libaom/av1/encoder/ |
D | pickcdef.c | 250 int *width_log2, int *height_log2, in init_src_params() argument 255 *width_log2 = MI_SIZE_LOG2 + mi_size_wide_log2[bsize]; in init_src_params() 270 int src_stride, width, height, width_log2, height_log2; in compute_cdef_dist_highbd() local 271 init_src_params(&src_stride, &width, &height, &width_log2, &height_log2, in compute_cdef_dist_highbd() 277 &dst_buff[(by << height_log2) * dstride + (bx << width_log2)], dstride, in compute_cdef_dist_highbd() 278 &src[bi << (height_log2 + width_log2)], src_stride, width, height); in compute_cdef_dist_highbd() 293 int src_stride, width, height, width_log2, height_log2; in compute_cdef_dist() local 294 init_src_params(&src_stride, &width, &height, &width_log2, &height_log2, in compute_cdef_dist() 300 &dst_buff[(by << height_log2) * dstride + (bx << width_log2)], dstride, in compute_cdef_dist() 301 &src[bi << (height_log2 + width_log2)], src_stride, width, height); in compute_cdef_dist()
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl_target.h | 26 uint8_t width_log2; member
|
D | hs_cl.c | 1085 hs->slab_keys = target->config.slab.height << target->config.slab.width_log2; in hs_cl_create()
|
/external/skqp/src/compute/hs/vk/ |
D | hs_vk_target.h | 28 uint8_t width_log2; member
|
D | hs_vk.c | 945 hs->slab_keys = target->config.slab.height << target->config.slab.width_log2; in hs_vk_create()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 533 uint32_t const slab_size = hs_target->config.slab.height << hs_target->config.slab.width_log2; in main() 1078 1u<<hs_target->config.slab.width_log2, in main() 1092 hs_debug_u32(1u<<hs_target->config.slab.width_log2, in main() 1097 hs_debug_u32(1u<<hs_target->config.slab.width_log2, in main() 1104 hs_debug_u64(1u<<hs_target->config.slab.width_log2, in main() 1109 hs_debug_u64(1u<<hs_target->config.slab.width_log2, in main()
|
/external/skqp/src/compute/hs/cl/intel/gen8/u64/ |
D | hs_intel_gen8_u64.c | 39 .width_log2 = HS_SLAB_WIDTH_LOG2,
|
/external/skqp/src/compute/hs/cl/intel/gen8/u32/ |
D | hs_intel_gen8_u32.c | 39 .width_log2 = HS_SLAB_WIDTH_LOG2,
|
/external/skqp/src/compute/hs/vk/amd/gcn/u64/ |
D | hs_amd_gcn_u64.c | 25 .width_log2 = HS_SLAB_WIDTH_LOG2,
|
/external/skqp/src/compute/hs/vk/amd/gcn/u32/ |
D | hs_amd_gcn_u32.c | 25 .width_log2 = HS_SLAB_WIDTH_LOG2,
|
/external/skqp/src/compute/hs/vk/intel/gen8/u64/ |
D | hs_intel_gen8_u64.c | 25 .width_log2 = HS_SLAB_WIDTH_LOG2,
|
/external/skqp/src/compute/hs/vk/intel/gen8/u32/ |
D | hs_intel_gen8_u32.c | 25 .width_log2 = HS_SLAB_WIDTH_LOG2,
|
/external/skqp/src/compute/hs/vk/nvidia/sm_35/u64/ |
D | hs_nvidia_sm35_u64.c | 25 .width_log2 = HS_SLAB_WIDTH_LOG2,
|
/external/skqp/src/compute/hs/vk/nvidia/sm_35/u32/ |
D | hs_nvidia_sm35_u32.c | 25 .width_log2 = HS_SLAB_WIDTH_LOG2,
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_sse4.cc | 67 template <int width_log2, int height_log2, DcSumFunc top_sumfn, 91 template <int width_log2, int height_log2, DcSumFunc top_sumfn, 93 void DcPredFuncs_SSE4_1<width_log2, height_log2, top_sumfn, left_sumfn, storefn, 98 const __m128i rounder = _mm_set1_epi32(1 << (width_log2 - 1)); in DcTop() 100 const __m128i dc = _mm_srli_epi32(_mm_add_epi32(sum, rounder), width_log2); in DcTop() 104 template <int width_log2, int height_log2, DcSumFunc top_sumfn, 106 void DcPredFuncs_SSE4_1<width_log2, height_log2, top_sumfn, left_sumfn, storefn, 117 template <int width_log2, int height_log2, DcSumFunc top_sumfn, 119 void DcPredFuncs_SSE4_1<width_log2, height_log2, top_sumfn, left_sumfn, storefn, 124 _mm_set1_epi32((1 << (width_log2 - 1)) + (1 << (height_log2 - 1))); in Dc() [all …]
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 693 uint32_t const kpb = hs_target->config.slab.height << hs_target->config.slab.width_log2; in main() 750 1 << hs_target->config.slab.width_log2, in main()
|