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

/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp8cx_set_ref.c33 // in the `update_frame_num` variable.
109 int update_frame_num = 0; local
123 update_frame_num = atoi(argv[5]);
124 if (!update_frame_num)
169 if (frame_count + 1 == update_frame_num) {
/external/libvpx/libvpx/examples/
H A Dvp8cx_set_ref.c33 // in the `update_frame_num` variable.
105 int update_frame_num = 0; local
119 update_frame_num = atoi(argv[5]);
120 if (!update_frame_num)
164 if (frame_count + 1 == update_frame_num) {

Completed in 916 milliseconds