/external/opencore/codecs_v2/utilities/colorconvert/src/ |
cczoomrotation32.cpp | 530 int32 half_src_pitch, read_idx, tmp_src_pitch; local 564 tmp_src_pitch = -src_pitch; 579 tmp_src_pitch = src_pitch; 626 Y = pY[read_idx+tmp_src_pitch]; /* bottom-left pixel */ 656 Y = pY[tmp_src_pitch]; /* bottom-right pixel */ 657 pY += (tmp_src_pitch << 1); 1195 int32 half_src_pitch, read_idx, tmp_src_pitch; local [all...] |
cczoomrotation24.cpp | 520 int32 half_src_pitch, read_idx, tmp_src_pitch; local 557 tmp_src_pitch = -src_pitch; 563 tmp_src_pitch = src_pitch; 605 Y = pY[read_idx+tmp_src_pitch]; /* bottom-left pixel */ 643 Y = pY[tmp_src_pitch]; /* bottom-right pixel */ 644 pY += (tmp_src_pitch << 1); 1039 int32 half_src_pitch, read_idx, tmp_src_pitch; local [all...] |
cczoomrotation12.cpp | 2948 int half_src_pitch, read_idx, tmp_src_pitch; local [all...] |
cczoomrotation16.cpp | 5355 int32 half_src_pitch, read_idx, tmp_src_pitch; local [all...] |