Searched refs:ref_ptr (Results 1 - 5 of 5) sorted by relevance
/third_party/libdrm/intel/ |
H A D | test_decode.c | 89 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/ |
H A D | me_cmp_msa.c | 407 uint8_t *ref_ptr, int32_t ref_stride, in sse_4width_msa() 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() 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() 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() 406 sse_4width_msa(uint8_t *src_ptr, int32_t src_stride, uint8_t *ref_ptr, int32_t ref_stride, int32_t height) sse_4width_msa() argument 434 sse_8width_msa(uint8_t *src_ptr, int32_t src_stride, uint8_t *ref_ptr, int32_t ref_stride, int32_t height) sse_8width_msa() argument 461 sse_16width_msa(uint8_t *src_ptr, int32_t src_stride, uint8_t *ref_ptr, int32_t ref_stride, int32_t height) sse_16width_msa() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vif.c | 409 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/ |
H A D | enc_neon.c | 370 const uint8_t* ref_ptr = ref; in FTransform_NEON() local 382 "vld1.8 {d12}, [%[ref_ptr]], %[kBPS] \n" in FTransform_NEON() 383 "vld1.8 {d14}, [%[ref_ptr]], %[kBPS] \n" in FTransform_NEON() 384 "vld1.8 {d13}, [%[ref_ptr]], %[kBPS] \n" in FTransform_NEON() 385 "vld1.8 {d15}, [%[ref_ptr]] \n" in FTransform_NEON() 470 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr), in FTransform_NEON()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors.c | 975 desc_set_ref_add(struct zink_descriptor_set *zds, struct zink_descriptor_refs *refs, void **ref_ptr, void *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()
|
Completed in 9 milliseconds