Home | History | Annotate | Download | only in dec

Lines Matching refs:transform_idx

1819       int transform_idx = address >> shift;
1826 if (transform_idx < (int)transforms->num_transforms) {
1829 if (transform_idx == transforms->cutOffTransforms[0]) {
1835 transforms, transform_idx);
1837 " transform_idx = %d, transformed: [%.*s]\n",
1838 i, word, transform_idx, len, &s->ringbuffer[pos]));