/third_party/ffmpeg/libavfilter/ |
D | vf_bwdif.c | 72 int d = (prev2[0] + next2[0]) >> 1; \ 74 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \ 84 int b = ((prev2[mrefs2] + next2[mrefs2]) >> 1) - c; \ 85 int f = ((prev2[prefs2] + next2[prefs2]) >> 1) - e; \ 95 interpol = (((coef_hf[0] * (prev2[0] + next2[0]) \ 96 - coef_hf[1] * (prev2[mrefs2] + next2[mrefs2] + prev2[prefs2] + next2[prefs2]) \ 97 … + coef_hf[2] * (prev2[mrefs4] + next2[mrefs4] + prev2[prefs4] + next2[prefs4])) >> 2) \ 122 prev2++; \ 145 uint8_t *prev2 = parity ? prev : cur ; in filter_line_c() local 162 uint8_t *prev2 = parity ? prev : cur ; in filter_edge() local [all …]
|
D | vf_yadif.c | 55 int d = (prev2[0] + next2[0])>>1; \ 57 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \ 71 int b = (prev2[2 * mrefs] + next2[2 * mrefs])>>1; \ 72 int f = (prev2[2 * prefs] + next2[2 * prefs])>>1; \ 90 prev2++; \ 103 uint8_t *prev2 = parity ? prev : cur ; in filter_line_c() local 122 uint8_t *prev2 = parity ? prev : cur ; in filter_edges() local 136 prev2 = (uint8_t*)(parity ? prev : cur); in filter_edges() 155 uint16_t *prev2 = parity ? prev : cur ; in filter_line_c_16bit() local 171 uint16_t *prev2 = parity ? prev : cur ; in filter_edges_16bit() local [all …]
|
D | vf_yadif_cuda.cu | 142 cudaTextureObject_t prev2 = prev; in yadif_single() local 147 T A = tex2D<T>(prev2, xo, yo - 1); in yadif_single() 148 T B = tex2D<T>(prev2, xo, yo + 1); in yadif_single() 213 cudaTextureObject_t prev2 = prev; in yadif_double() local 218 T A = tex2D<T>(prev2, xo, yo - 1); in yadif_double() 219 T B = tex2D<T>(prev2, xo, yo + 1); in yadif_double()
|
D | vf_estdif.c | 60 const uint8_t *const prev2, 68 const uint16_t *const prev2, 170 const type *const prev2, \ 186 const type *const prev2, \ 195 1 * (prev2[av_clip(x + k*3, 0, end)] + \ 206 const type *const prev2, \ 215 5 * (prev2[av_clip(x + k*3, 0, end)] + \
|
/third_party/ffmpeg/libavcodec/ |
D | mace.c | 154 int16_t index, factor, prev2, previous, level; member 219 output[0] = QT_8S_2_16S(chd->previous + chd->prev2 - in chomp6() 220 ((chd->prev2-current) >> 2)); in chomp6() 222 ((chd->prev2-current) >> 2)); in chomp6() 223 chd->prev2 = chd->previous; in chomp6()
|
D | sanm.c | 770 uint8_t *prev2, int stride, int tbl, int size) in process_block() argument 792 if (process_block(ctx, dst, prev1, prev2, stride, tbl, size)) in process_block() 794 if (process_block(ctx, dst + size, prev1 + size, prev2 + size, in process_block() 799 prev2 += size * stride; in process_block() 800 if (process_block(ctx, dst, prev1, prev2, stride, tbl, size)) in process_block() 802 if (process_block(ctx, dst + size, prev1 + size, prev2 + size, in process_block() 842 int index = prev2 - (const uint8_t *)ctx->frm2; in process_block() 853 memcpy(dst + k * stride, prev2 + mx + (my + k) * stride, size); in process_block() 867 uint8_t *prev2 = (uint8_t *)ctx->frm2; in old_codec47() local 888 memset(prev2, 0, ctx->height * stride); in old_codec47() [all …]
|
D | adpcm.c | 1839 int prev2 = c->status[channel].sample2; in adpcm_decode_frame() local 1861 sampledat = ((prev1 * factor1 + prev2 * factor2) >> 11) + in adpcm_decode_frame() 1864 prev2 = prev1; in adpcm_decode_frame() 1870 c->status[channel].sample2 = prev2; in adpcm_decode_frame()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | writesrc.cpp | 314 int prev2, prev, c; in usrc_writeArrayOfMostlyInvChars() local 319 prev2=prev=-1; in usrc_writeArrayOfMostlyInvChars() 328 (col>=24 && prev2>=0x20 && prev==0) || in usrc_writeArrayOfMostlyInvChars() 339 prev2=prev; in usrc_writeArrayOfMostlyInvChars()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | writesrc.cpp | 314 int prev2, prev, c; in usrc_writeArrayOfMostlyInvChars() local 319 prev2=prev=-1; in usrc_writeArrayOfMostlyInvChars() 328 (col>=24 && prev2>=0x20 && prev==0) || in usrc_writeArrayOfMostlyInvChars() 339 prev2=prev; in usrc_writeArrayOfMostlyInvChars()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | writesrc.cpp | 314 int prev2, prev, c; in usrc_writeArrayOfMostlyInvChars() local 319 prev2=prev=-1; in usrc_writeArrayOfMostlyInvChars() 328 (col>=24 && prev2>=0x20 && prev==0) || in usrc_writeArrayOfMostlyInvChars() 339 prev2=prev; in usrc_writeArrayOfMostlyInvChars()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | writesrc.cpp | 439 int prev2, prev, c; in usrc_writeArrayOfMostlyInvChars() local 444 prev2=prev=-1; in usrc_writeArrayOfMostlyInvChars() 453 (col>=24 && prev2>=0x20 && prev==0) || in usrc_writeArrayOfMostlyInvChars() 464 prev2=prev; in usrc_writeArrayOfMostlyInvChars()
|
/third_party/vk-gl-cts/framework/xexml/ |
D | xeXMLParser.cpp | 250 int prev2 = m_curTokenLen > 5 ? getChar(m_curTokenLen-2) : 0; in advance() local 253 if (prev2 == '-' && prev1 == '-') in advance()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | casepropsbuilder.cpp | 285 UBool addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32 c, uint32_t value, 759 CasePropsBuilder::addClosure(UChar32 orig, UChar32 prev2, UChar32 prev, UChar32 c, uint32_t value, in addClosure() argument 808 } else if(prev2<0 && next!=prev) { in addClosure() 832 if(prev2<0 && next!=orig && next!=prev) { in addClosure()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | encode.c | 441 uint8_t prev2 = input[start_pos & mask]; in ShouldUseComplexStaticContextMap() local 449 BROTLI_CONTEXT(prev1, prev2, utf8_lut)]; in ShouldUseComplexStaticContextMap() 453 prev2 = prev1; in ShouldUseComplexStaticContextMap()
|
/third_party/node/deps/brotli/c/enc/ |
D | encode.c | 441 uint8_t prev2 = input[start_pos & mask]; in ShouldUseComplexStaticContextMap() local 449 BROTLI_CONTEXT(prev1, prev2, utf8_lut)]; in ShouldUseComplexStaticContextMap() 453 prev2 = prev1; in ShouldUseComplexStaticContextMap()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_image_writer.cpp | 2869 uint8 prev2 = bytePtr [-1]; in EncodeDeltaBytes() local 2873 this2 -= prev2; in EncodeDeltaBytes() 2881 this2 = prev2; in EncodeDeltaBytes()
|