OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbs_in_frame
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c
198
int i, block_count, bl_index, sb_rows, sb_cols,
sbs_in_frame
;
local
260
sbs_in_frame
= sb_cols * sb_rows;
262
block_count = cr->max_sbs_perframe *
sbs_in_frame
/ 100;
266
assert(cr->sb_index <
sbs_in_frame
);
306
if (i ==
sbs_in_frame
) {
/external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c
397
int i, block_count, bl_index, sb_rows, sb_cols,
sbs_in_frame
;
local
406
sbs_in_frame
= sb_cols * sb_rows;
412
assert(cr->sb_index <
sbs_in_frame
);
464
if (i ==
sbs_in_frame
) {
Completed in 113 milliseconds