Searched refs:shift_r (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 469 ImagePipelineNode& source, unsigned shift_r, unsigned shift_g, unsigned shift_b) : in ImagePipelineNodeComponentShiftLines() 473 DBG_HELPER_ARGS(dbg, "shifts={%d, %d, %d}", shift_r, shift_g, shift_b); 479 channel_shifts_ = { shift_r, shift_g, shift_b }; 484 channel_shifts_ = { shift_b, shift_g, shift_r }; 468 ImagePipelineNodeComponentShiftLines( ImagePipelineNode& source, unsigned shift_r, unsigned shift_g, unsigned shift_b) ImagePipelineNodeComponentShiftLines() argument
|
H A D | image_pipeline.h | 356 unsigned shift_r, unsigned shift_g, unsigned shift_b);
|
/third_party/ffmpeg/libavcodec/ |
H A D | wmalosslessdec.c | 486 int cbits, shift_l, shift_r, j; in decode_cdlms() local 498 shift_r = 32 - s->cdlms[c][i].scaling - 2; in decode_cdlms() 501 (get_bits(&s->gb, s->cdlms[c][i].bitsend) << shift_l) >> shift_r; in decode_cdlms()
|
Completed in 5 milliseconds