L2E: rename 'gop_index' to 'gop_global_index'
authorCheng Chen <chengchen@google.com>
Mon, 6 Jun 2022 22:46:41 +0000 (15:46 -0700)
committerCheng Chen <chengchen@google.com>
Tue, 7 Jun 2022 05:38:10 +0000 (22:38 -0700)
commit7bb4bd36122e55236148190625507efc90ec5b75
treeeb118bc028bc2819de2ab8fc0b79648213ff87e1
parentb21634073652cb7e73e52168dc2fa9c1b9a30adf
L2E: rename 'gop_index' to 'gop_global_index'

'gop_index' has already been used in vpx_rc_encodeframe_info_t,
which represents the frame index inside the current
group of picture (gop).

We therefore use 'gop_global_index' to represent the index of
the current gop to avoid duplicate names.

Change-Id: I3eb8987dd878f650649b013e0036e23d0846b5f0
test/vp9_ext_ratectrl_test.cc
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_ratectrl.h
vpx/vpx_ext_ratectrl.h