Home
last modified time | relevance | path

Searched refs:wblocks (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dagm.c96 int16_t *wblocks; member
203 memset(s->wblocks, 0, s->wblocks_size); in decode_intra_blocks()
206 int16_t *block = s->wblocks + scantable[i]; in decode_intra_blocks()
245 memset(s->wblocks, 0, s->wblocks_size); in decode_inter_blocks()
249 int16_t *block = s->wblocks + scantable[i]; in decode_inter_blocks()
325 av_fast_padded_malloc(&s->wblocks, &s->wblocks_size, in decode_intra_plane()
326 64 * s->blocks_w * sizeof(*s->wblocks)); in decode_intra_plane()
327 if (!s->wblocks) in decode_intra_plane()
336 s->wblocks[64 * x] += offset; in decode_intra_plane()
338 frame->linesize[plane], s->wblocks in decode_intra_plane()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dformats.c824 const uint32_t wblocks = (width + bw - 1) / bw; in _mesa_format_image_size() local
827 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size()
852 const uint64_t wblocks = (width + bw - 1) / bw; in _mesa_format_image_size64() local
855 sz = wblocks * hblocks * dblocks * info->BytesPerBlock; in _mesa_format_image_size64()
874 const uint32_t wblocks = (width + bw - 1) / bw; in _mesa_format_row_stride() local
875 const int32_t stride = wblocks * info->BytesPerBlock; in _mesa_format_row_stride()

Completed in 4 milliseconds