Searched refs:px2 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_psnr.asm | 31 cglobal sse_line_%1 %+ bit, 0, 6, 8, res, buf, w, px1, px2, ref 33 cglobal sse_line_%1 %+ bit, 0, 7, 8, res, buf, reshigh, w, px1, px2, ref 39 cglobal sse_line_%1 %+ bit, 3, 5, 8, buf, ref, w, px1, px2
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_find.c | 271 static int cil_permissionx_match_any(struct cil_permissionx *px1, struct cil_permissionx *px2) in cil_permissionx_match_any() argument 277 if (px1->kind != px2->kind) goto exit; in cil_permissionx_match_any() 279 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit; in cil_permissionx_match_any() 282 cl2 = cil_expand_class(px2->obj); in cil_permissionx_match_any()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 308 LLVMValueRef px2 = lp_build_swizzle_aos(coord_bld, px2_py2, swizzle0); in lp_build_pmin() local 311 LLVMValueRef pmax2 = lp_build_max(coord_bld, px2, py2); in lp_build_pmin() 312 LLVMValueRef pmin2 = lp_build_min(coord_bld, px2, py2); in lp_build_pmin()
|
Completed in 6 milliseconds