Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflashsv2enc.c630 int sl, rsl, col, pos, possl; in mark_all_blocks() local
634 rsl = s->image_height - sl - 1; in mark_all_blocks()
635 b = s->frame_blocks + col + rsl / s->block_height * s->cols; in mark_all_blocks()
637 pos = s->image_width * rsl * 3 + col * s->block_width * 3; in mark_all_blocks()
639 s->key_frame + pos, rsl % s->block_height, keyframe); in mark_all_blocks()
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c555 float rsl = right - left; in opengl_make_ortho() local
562 matrix[0] = 2.0f / rsl; in opengl_make_ortho()
565 matrix[12] = -ral / rsl; in opengl_make_ortho()

Completed in 7 milliseconds