Home
last modified time | relevance | path

Searched refs:neighbors (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dh264pred.c211 int neighbors; in check_pred8x8l() local
212 for (neighbors = 0; neighbors <= 0xc000; neighbors += 0x4000) { in check_pred8x8l()
213 int has_topleft = neighbors & 0x8000; in check_pred8x8l()
214 int has_topright = neighbors & 0x4000; in check_pred8x8l()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c576 LLVMValueRef neighbors[2][2][2]; /* [z][y][x] */ in lp_build_sample_fetch_image_linear() local
681 neighbors[k][j][i] = rgba8; in lp_build_sample_fetch_image_linear()
697 &neighbors[0][0][0], in lp_build_sample_fetch_image_linear()
698 &neighbors[0][0][1], in lp_build_sample_fetch_image_linear()
707 &neighbors[0][0][0], in lp_build_sample_fetch_image_linear()
708 &neighbors[0][0][1], in lp_build_sample_fetch_image_linear()
709 &neighbors[0][1][0], in lp_build_sample_fetch_image_linear()
710 &neighbors[0][1][1], in lp_build_sample_fetch_image_linear()
720 &neighbors[0][0][0], in lp_build_sample_fetch_image_linear()
721 &neighbors[ in lp_build_sample_fetch_image_linear()
[all...]
H A Dlp_bld_sample_soa.c1040 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local
1354 data_ptr, mipoffsets, neighbors[0][0]); in lp_build_sample_image_linear()
1359 data_ptr, mipoffsets, neighbors[0][1]); in lp_build_sample_image_linear()
1369 neighbors[0][0], in lp_build_sample_image_linear()
1370 neighbors[0][1], in lp_build_sample_image_linear()
1375 cmpval0 = lp_build_sample_comparefunc(bld, coords[4], neighbors[0][0][0]); in lp_build_sample_image_linear()
1376 cmpval1 = lp_build_sample_comparefunc(bld, coords[4], neighbors[0][1][0]); in lp_build_sample_image_linear()
1393 data_ptr, mipoffsets, neighbors[1][0]); in lp_build_sample_image_linear()
1398 data_ptr, mipoffsets, neighbors[1][1]); in lp_build_sample_image_linear()
1475 neighbors[ in lp_build_sample_image_linear()
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_sofalizer.c105 int interpolate; /* should wanted IRs be interpolated from neighbors ? */
680 int *neighbors; in getfilter_float() local
689 neighbors = mysofa_neighborhood(s->sofa.neighborhood, nearest); in getfilter_float()
691 nearest, neighbors, in getfilter_float()
1072 { "interpolate","interpolate IRs from neighbors", OFFSET(interpolate),AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, .flags = FLAGS },

Completed in 8 milliseconds