transpose 403 libavcodec/vc1dec.c v->zz_8x8[0][i] = transpose(ff_wmv1_scantable[0][i]); transpose 404 libavcodec/vc1dec.c v->zz_8x8[1][i] = transpose(ff_wmv1_scantable[1][i]); transpose 405 libavcodec/vc1dec.c v->zz_8x8[2][i] = transpose(ff_wmv1_scantable[2][i]); transpose 406 libavcodec/vc1dec.c v->zz_8x8[3][i] = transpose(ff_wmv1_scantable[3][i]); transpose 407 libavcodec/vc1dec.c v->zzi_8x8[i] = transpose(ff_vc1_adv_interlaced_8x8_zz[i]); transpose 109 libavdevice/opengl_enc.c typedef void (APIENTRY *FF_PFNGLUNIFORMMATRIX4FVPROC) (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value); transpose 218 libavfilter/allfilters.c REGISTER_FILTER(TRANSPOSE, transpose, vf); transpose 277 libavfilter/vf_transpose.c AVFILTER_DEFINE_CLASS(transpose);