Searched refs:lut2 (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/base64/base64/lib/arch/neon32/ |
D | codec.c | 30 uint8x8x2_t lut2; in vqtbl1q_u8() local 33 lut2.val[0] = vget_low_u8(lut); in vqtbl1q_u8() 34 lut2.val[1] = vget_high_u8(lut); in vqtbl1q_u8() 36 result.val[0] = vtbl2_u8(lut2, vget_low_u8(indices)); in vqtbl1q_u8() 37 result.val[1] = vtbl2_u8(lut2, vget_high_u8(indices)); in vqtbl1q_u8()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_lut2.c | 75 int (*lut2)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); member 321 ff_filter_execute(ctx, s->lut2, &td, NULL, in process_frame() 339 s->lut2 = s->depth > 16 ? lut2_16_16_16 : lut2_8_8_8; in config_output() 342 s->lut2 = lut2_16_8_8; in config_output() 344 s->lut2 = lut2_16_16_8; in config_output() 346 s->lut2 = lut2_16_8_16; in config_output() 348 s->lut2 = lut2_8_8_8; in config_output() 350 s->lut2 = lut2_8_16_8; in config_output() 352 s->lut2 = lut2_8_8_16; in config_output() 354 s->lut2 = lut2_8_16_16; in config_output() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | vc1_mc.c | 61 uint8_t *lut1, uint8_t *lut2, in vc1_lut_scale_luma() argument 75 srcY[i] = lut2[srcY[i]]; in vc1_lut_scale_luma() 81 uint8_t *lut1, uint8_t *lut2, in vc1_lut_scale_chroma() argument 98 srcU[i] = lut2[srcU[i]]; in vc1_lut_scale_chroma() 99 srcV[i] = lut2[srcV[i]]; in vc1_lut_scale_chroma()
|
/third_party/skia/third_party/externals/brotli/research/ |
D | brotlidump.py | 1224 return self.lut2[p1]<<3|self.lut2[p2] 1254 lut2 = [0]+[1]*15+[2]*48+[3]*64+[4]*64+[5]*48+[6]*15+[7] variable in ContextModeKeeper 1255 assert len(lut0)==len(lut1)==len(lut2)==256
|
/third_party/ffmpeg/ |
D | Changelog | 740 - lut2 filter
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 16253 @section lut2, tlut2 16255 The @code{lut2} filter takes two input streams and outputs one 16258 The @code{tlut2} (time lut2) filter takes two consecutive frames 16273 set output bit depth, only available for @code{lut2} filter. By default is 0, 16277 The @code{lut2} filter also supports the @ref{framesync} options. 16317 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,0,pow(2,bdx)-1)' 16323 lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,b… 16329 lut2='if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1))):if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(…
|