Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Dtest_decode.c89 void *ptr, *ref_ptr, *batch_ptr; in compare_batch() local
102 read_file(ref_filename, &ref_ptr, &ref_size); in compare_batch()
121 if (strcmp(ref_ptr, ptr) != 0) { in compare_batch()
/third_party/ffmpeg/libavcodec/mips/
Dme_cmp_msa.c407 uint8_t *ref_ptr, int32_t ref_stride, in sse_4width_msa() argument
421 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_4width_msa()
422 ref_ptr += (4 * ref_stride); in sse_4width_msa()
435 uint8_t *ref_ptr, int32_t ref_stride, in sse_8width_msa() argument
447 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_8width_msa()
448 ref_ptr += (4 * ref_stride); in sse_8width_msa()
462 uint8_t *ref_ptr, int32_t ref_stride, in sse_16width_msa() argument
473 ref = LD_UB(ref_ptr); in sse_16width_msa()
474 ref_ptr += ref_stride; in sse_16width_msa()
479 ref = LD_UB(ref_ptr); in sse_16width_msa()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_vif.c409 const type *ref_ptr = (const type *) ref->data[0]; \
419 ref_ptr_data[j] = ref_ptr[j] * factor - 128.f; \
422 ref_ptr += ref_stride / sizeof(type); \
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc_neon.c370 const uint8_t* ref_ptr = ref; in FTransform_NEON() local
470 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr), in FTransform_NEON()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.c975 desc_set_ref_add(struct zink_descriptor_set *zds, struct zink_descriptor_refs *refs, void **ref_ptr in desc_set_ref_add() argument
977 struct zink_descriptor_reference ref = {ref_ptr, &zds->invalid}; in desc_set_ref_add()
978 *ref_ptr = ptr; in desc_set_ref_add()