/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jcsample.c | 44 * eight neighbors. P's weight is 1-8*SF and each neighbor's weight is SF,
314 * output. The four corner-adjacent neighbor pixels contribute a fraction
351 /* sum of edge-neighbor pixels */
410 /* Each of the eight neighbor pixels contributes a fraction SF to the
|
/external/qemu/distrib/jpeg-6b/ |
jcsample.c | 43 * eight neighbors. P's weight is 1-8*SF and each neighbor's weight is SF, 313 * output. The four corner-adjacent neighbor pixels contribute a fraction 350 /* sum of edge-neighbor pixels */ 409 /* Each of the eight neighbor pixels contributes a fraction SF to the
|
/external/libhevc/decoder/ |
ihevcd_boundary_strength.c | 357 /*Determine if the slice is dependent, and is its left neighbor belongs to the same slice, in a different tile*/ 360 /* If left neighbor is not available, then set BS for entire first column to zero */ 408 /* If top neighbor is not available, then set BS for entire first row to zero */ [all...] |
ihevcd_mv_merge.c | 417 * MV merge list is computed using neighbor mvs and colocated mv 435 * Neighbor availability flags container 507 /* Neighbor location: Graphical indication */
|
/external/deqp/modules/gles3/functional/ |
es3fTextureFormatTests.cpp | 24 * + nearest-neighbor filtering 194 // Setup nearest neighbor filtering and clamp-to-edge. 377 // Setup nearest neighbor filtering and clamp-to-edge. 534 // Setup nearest neighbor filtering and clamp-to-edge. 687 // Setup nearest neighbor filtering and clamp-to-edge. 830 // Setup nearest neighbor filtering and clamp-to-edge. [all...] |
/external/libvorbis/doc/ |
07-floor1.tex | 266 7) [low_neighbor_offset] = \link{vorbis:spec:low:neighbor}{low_neighbor}([floor1_X_list],[i]) 267 8) [high_neighbor_offset] = \link{vorbis:spec:high:neighbor}{high_neighbor}([floor1_X_list],[i])
|
/external/opencv/cv/src/ |
cvoptflowbm.cpp | 248 /* cycle by neighbor rings */ 278 /* cycle by neighbor rings */
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bgscan_learn.c | 141 if (os_strncmp(buf, "NEIGHBOR ", 9) == 0) { 185 fprintf(f, "NEIGHBOR " MACSTR " " MACSTR "\n",
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_feature_matching.h | 230 1 means nearest neighbor, 2 means bilinear warping.
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrBicubicEffect.cpp | 209 // nearest neighbor sampling.
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
cursor.cc | 62 // neighbor pixels to see if this should be changed to an outline pixel.
|
/external/iproute2/ip/ |
ip.c | 71 { "neighbor", do_ipneigh },
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
ReductionRules.h | 26 /// neighbor. Notify the problem domain.
|
/external/skia/src/gpu/effects/ |
GrBicubicEffect.cpp | 209 // nearest neighbor sampling.
|
/external/tcpdump/ |
print-icmp6.c | 80 { ND_NEIGHBOR_SOLICIT, "neighbor solicitation"}, 81 { ND_NEIGHBOR_ADVERT, "neighbor advertisement"}, 84 { IND_SOLICIT, "inverse neighbor solicitation"}, 85 { IND_ADVERT, "inverse neighbor advertisement"}, [all...] |
print-ospf.c | 593 printf("\n\t Virtual Link: Neighbor Router-ID: %s, Interface Address: %s", 599 printf("\n\t Neighbor Router-ID: %s, Interface Address: %s", 605 printf("\n\t Neighbor Network-ID: %s, Interface Address: %s", 964 printf("\n\t Neighbor List:"); [all...] |
print-isoclns.c | 152 { ISIS_TLV_ESNEIGH, "ES Neighbor(s)"}, 155 { ISIS_TLV_ISNEIGH, "IS Neighbor(s)"}, 156 { ISIS_TLV_ISNEIGH_VARLEN, "IS Neighbor(s) (variable length)"}, 364 { ISIS_SUBTLV_EXT_IS_REACH_IPV4_NEIGHBOR_ADDR, "IPv4 neighbor address" }, [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 230 1 means nearest neighbor, 2 means bilinear warping.
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 230 1 means nearest neighbor, 2 means bilinear warping.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
menu.h | 81 struct tagITEM *left; /* neighbor items */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
menu.h | 81 struct tagITEM *left; /* neighbor items */
|
/external/owasp/sanitizer/empiricism/ |
html-containment.html | 267 var neighbor = neighbors[i]; 268 if (inSet(exclusions, neighbor)) { 271 included.push(neighbor);
|
/external/libhevc/common/arm/ |
ihevc_intra_pred_filters_neon_intr.c | 100 * WORD32 neighbor availability flags 138 /* Neighbor Flag Structure*/ 143 /* If no neighbor flags are present, fill the neighbor samples with DC value */ 334 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */ 394 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */ [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.cpp | [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/life/ |
life.c | 241 /* Do neighbor summation; apply rules, output pixel color. */
|