Searched refs:lineoff (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | vp8dsp.c | 335 static void randomize_loopfilter_buffers(int lineoff, int str, in randomize_loopfilter_buffers() argument 341 int off = dir ? lineoff : lineoff * str; in randomize_loopfilter_buffers() 377 #define randomize_buffers(buf, lineoff, str, force_hev) \ argument 378 randomize_loopfilter_buffers(lineoff, str, dir, flim_E, flim_I, hev_thresh, buf, force_hev)
|
D | vp9dsp.c | 392 static void randomize_loopfilter_buffers(int bidx, int lineoff, int str, in randomize_loopfilter_buffers() argument 398 int off = dir ? lineoff : lineoff * 16; in randomize_loopfilter_buffers() 447 #define randomize_buffers(bidx, lineoff, str) \ argument 448 randomize_loopfilter_buffers(bidx, lineoff, str, bit_depth, dir, \
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 6305 my $lineoff = substr($stat_real, 0, $-[1]) =~ tr@\n@@; 6308 $fix && $fixed[$fixlinenr + $lineoff] =~ /^\+/) { 6311 $fixed[$fixlinenr + $lineoff] =~ s/\Q$pspec\E/$nspec/;
|