HomeSort by relevance Sort by last modified time
    Searched refs:resolution_change (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/av1/encoder/
aq_complexity.c 51 int resolution_change = local
58 if (resolution_change) {
aq_variance.c 50 int resolution_change = local
59 if (resolution_change) {
aq_cyclicrefresh.c 432 int resolution_change = local
435 if (resolution_change) {
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 277 volatile unsigned int resolution_change = 0; local
305 if ((ctx->si.h != h) || (ctx->si.w != w)) resolution_change = 1;
366 if (resolution_change) {

Completed in 350 milliseconds