Searched refs:subblock (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | gifdec.c | 206 WebPData subblock; in GIFReadMetadata() local 212 subblock.size = is_xmp ? (*buf)[0] + 1 : (*buf)[0]; in GIFReadMetadata() 213 assert(subblock.size > 0); in GIFReadMetadata() 214 subblock.bytes = is_xmp ? *buf : *buf + 1; in GIFReadMetadata() 218 metadata->size + subblock.size); in GIFReadMetadata() 223 subblock.bytes, subblock.size); in GIFReadMetadata() 225 metadata->size += subblock.size; in GIFReadMetadata()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8data.h | 64 uint8_t subblock; member
|
H A D | mlpenc.c | 1016 for (unsigned int subblock = 0; subblock <= num_subblocks; subblock++) { in write_substr() 2021 * decoding_params[0] is for the filter state subblock. in analyze_sample_buffer() 2027 /* The official encoder seems to always encode a filter state subblock in analyze_sample_buffer() 2029 * the filter state subblock for no filters. in analyze_sample_buffer()
|
H A D | vp8.c | 1016 static const VP56mv *get_bmv_ptr(const VP8Macroblock *mb, int subblock) in get_bmv_ptr() argument 1018 return &mb->bmv[mb->mode == VP8_MVMODE_SPLIT ? vp8_mbsplits[mb->partitioning][subblock] : 0]; in get_bmv_ptr() 1049 uint32_t mv = AV_RN32A(get_bmv_ptr(edge, vp7_mv_pred[i].subblock)); in vp7_decode_mvs()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_etc_decode.c | 277 nir_ssa_def *subblock = nir_ushr_imm( in build_shader() local 326 nir_isub_imm(&b, 28 - 8 * i, nir_imul_imm(&b, subblock, 4))), in build_shader() 445 nir_ssa_def *subblock_b = nir_ine_imm(&b, subblock, 0); in build_shader() 461 &b, color_y, nir_isub_imm(&b, 5, nir_imul_imm(&b, subblock, 3)), nir_imm_int(&b, 3)); in build_shader()
|
Completed in 13 milliseconds