Home
last modified time | relevance | path

Searched refs:boffset (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dylc.c288 int ret, x, y, toffset, boffset; in decode_frame() local
303 boffset = AV_RL32(buf + 12); in decode_frame()
304 if (toffset >= boffset || boffset >= avpkt->size) in decode_frame()
311 FFMAX(boffset - toffset, avpkt->size - boffset) in decode_frame()
316 memcpy(s->buffer, avpkt->data + toffset, boffset - toffset); in decode_frame()
317 memset(s->buffer + boffset - toffset, 0, AV_INPUT_BUFFER_PADDING_SIZE); in decode_frame()
320 (boffset - toffset + 3) >> 2); in decode_frame()
321 if ((ret = init_get_bits8(&gb, s->buffer, boffset in decode_frame()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colortemperature.c199 const uint8_t boffset = s->rgba_map[B]; in temperature_slice8p() local
208 float b = ptr[x * step + boffset]; in temperature_slice8p()
216 ptr[x * step + boffset] = av_clip_uint8(nb); in temperature_slice8p()
239 const uint8_t boffset = s->rgba_map[B]; in temperature_slice16p() local
248 float b = ptr[x * step + boffset]; in temperature_slice16p()
256 ptr[x * step + boffset] = av_clip_uintp2_c(nb, depth); in temperature_slice16p()
H A Dvf_colorcontrast.c210 const uint8_t boffset = s->rgba_map[B]; in colorcontrast_slice8p() local
225 float b = ptr[x * step + boffset]; in colorcontrast_slice8p()
238 ptr[x * step + boffset] = av_clip_uint8(nb); in colorcontrast_slice8p()
262 const uint8_t boffset = s->rgba_map[B]; in colorcontrast_slice16p() local
277 float b = ptr[x * step + boffset]; in colorcontrast_slice16p()
290 ptr[x * step + boffset] = av_clip_uintp2_c(nb, depth); in colorcontrast_slice16p()
H A Dvf_colorbalance.c270 const uint8_t boffset = s->rgba_map[B]; in color_balance8() local
285 float b = src[j + boffset] / max; in color_balance8()
297 dst[j + boffset] = av_clip_uint8(lrintf(b * max)); in color_balance8()
321 const uint8_t boffset = s->rgba_map[B]; in color_balance16() local
337 float b = src[j + boffset] / max; in color_balance16()
349 dst[j + boffset] = av_clip_uintp2_c(lrintf(b * max), depth); in color_balance16()
H A Dvf_vibrance.c183 const uint8_t boffset = s->rgba_map[B]; in vibrance_slice8p() local
200 float b = ptr[x * step + boffset] * scale; in vibrance_slice8p()
215 ptr[x * step + boffset] = av_clip_uint8(b * 255.f); in vibrance_slice8p()
238 const uint8_t boffset = s->rgba_map[B]; in vibrance_slice16p() local
257 float b = ptr[x * step + boffset] * scale; in vibrance_slice16p()
272 ptr[x * step + boffset] = av_clip_uintp2_c(b * max, depth); in vibrance_slice16p()
H A Dcolorchannelmixer_template.c179 const uint8_t boffset = s->rgba_map[B]; in filter_slice_rgba_packed() local
192 const pixel bin = src[j + boffset]; in filter_slice_rgba_packed()
226 dst[j + boffset] = av_clip_uintp2(bout, depth); in filter_slice_rgba_packed()
H A Dvf_selectivecolor.c325 const uint8_t boffset = s->rgba_map[B]; \
331 const uint##nbits##_t *src_b = (const uint##nbits##_t *)src + boffset; \
335 uint##nbits##_t *dst_b = (uint##nbits##_t *)dst + boffset; \
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjunittest.c107 int boffset = tjBlueOffset[pf]; in initBuf() local
146 buf[index * ps + boffset] = 255; in initBuf()
188 int boffset = tjBlueOffset[pf]; in checkBuf() local
195 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()
230 b = buf[index * ps + boffset]; in checkBuf()
269 buf[(row * w + col) * ps + boffset]); in checkBuf()
697 int boffset = tjBlueOffset[pf]; in initBitmap() local
719 buf[row * pitch + i * ps + boffset] = b; in initBitmap()
731 int boffset = tjBlueOffset[pf]; in cmpBitmap() local
762 buf[row * pitch + i * ps + boffset] ! in cmpBitmap()
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc4690 int64_t next_pc = get_pc() + boffset(); in DecodeRVBType()
4696 int64_t next_pc = get_pc() + boffset(); in DecodeRVBType()
4702 int64_t next_pc = get_pc() + boffset(); in DecodeRVBType()
4708 int64_t next_pc = get_pc() + boffset(); in DecodeRVBType()
4714 int64_t next_pc = get_pc() + boffset(); in DecodeRVBType()
4720 int64_t next_pc = get_pc() + boffset(); in DecodeRVBType()
H A Dsimulator-riscv64.h589 inline int16_t boffset() const { return instr_.BranchOffset(); } in boffset() function in v8::internal::Simulator

Completed in 24 milliseconds