Searched refs:alpha_offset (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp56.c | 575 int alpha_offset = remaining_buf_size; in ff_vp56_decode_frame() local 582 alpha_offset = bytestream_get_be24(&buf); in ff_vp56_decode_frame() 584 if (remaining_buf_size < alpha_offset) in ff_vp56_decode_frame() 588 res = s->parse_header(s, buf, alpha_offset); in ff_vp56_decode_frame() 629 buf += alpha_offset; in ff_vp56_decode_frame() 630 remaining_buf_size -= alpha_offset; in ff_vp56_decode_frame()
|
H A D | cavsdec.c | 1084 h->alpha_offset = get_se_golomb(&h->gb); in decode_pic() 1086 if ( h->alpha_offset < -64 || h->alpha_offset > 64 in decode_pic() 1088 h->alpha_offset = h->beta_offset = 0; in decode_pic() 1092 h->alpha_offset = h->beta_offset = 0; in decode_pic()
|
H A D | cavs.h | 186 int alpha_offset, beta_offset; member
|
H A D | cavs.c | 92 alpha = alpha_tab[av_clip_uintp2(qp_avg + h->alpha_offset, 6)]; \ 94 tc = tc_tab[av_clip_uintp2(qp_avg + h->alpha_offset, 6)];
|
/third_party/ffmpeg/libavdevice/ |
H A D | fbdev_common.c | 33 int red_offset, green_offset, blue_offset, alpha_offset; member 38 // bpp, red_offset, green_offset, blue_offset, alpha_offset, pixfmt
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_csp_enc.c | 65 const int alpha_offset = ALPHA_OFFSET; in WebPPictureHasTransparency() local 66 return CheckNonOpaque((const uint8_t*)picture->argb + alpha_offset, in WebPPictureHasTransparency()
|
Completed in 8 milliseconds