Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dzmbv.c73 int decomp_len; member
152 if (src - c->decomp_buf != c->decomp_len) in zmbv_decode_xor_8()
154 src-c->decomp_buf, c->decomp_len); in zmbv_decode_xor_8()
228 if (src - c->decomp_buf != c->decomp_len) in zmbv_decode_xor_16()
230 src-c->decomp_buf, c->decomp_len); in zmbv_decode_xor_16()
313 if (src - c->decomp_buf != c->decomp_len) in zmbv_decode_xor_24()
315 src-c->decomp_buf, c->decomp_len); in zmbv_decode_xor_24()
390 if (src - c->decomp_buf != c->decomp_len) in zmbv_decode_xor_32()
392 src-c->decomp_buf, c->decomp_len); in zmbv_decode_xor_32()
538 c->decomp_len in decode_frame()
[all...]

Completed in 1 milliseconds