Home
last modified time | relevance | path

Searched refs:frame_stride (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/aom_util/
Ddebug_util.c90 static int frame_stride = MAX_FRAME_STRIDE; variable
121 if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) { in mismatch_record_block_pre()
130 [(r + pixel_r) * frame_stride + c + pixel_c] = in mismatch_record_block_pre()
154 if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) { in mismatch_record_block_tx()
163 [(r + pixel_r) * frame_stride + c + pixel_c] = in mismatch_record_block_tx()
186 if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) { in mismatch_check_block_pre()
196 [(r + pixel_r) * frame_stride + c + pixel_c] != in mismatch_check_block_pre()
213 [(rr + pixel_r) * frame_stride + cc + pixel_c]); in mismatch_check_block_pre()
232 if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) { in mismatch_check_block_tx()
242 [(r + pixel_r) * frame_stride + c + pixel_c] != in mismatch_check_block_tx()
[all …]
/external/tensorflow/tensorflow/lite/experimental/microfrontend/
Daudio_microfrontend.cc35 int frame_stride; member
72 data->frame_stride = m["frame_stride"].AsInt32(); in Init()
109 data->state->window.step / data->frame_stride + in Prepare()
157 for (anchor = 0; anchor < frame_buffer.size(); anchor += data->frame_stride) { in GenerateFeatures()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/python/kernel_tests/
Daudio_microfrontend_op_test.py95 frame_stride=2)
138 frame_stride=2)
158 frame_stride=3,
/external/tensorflow/tensorflow/lite/experimental/microfrontend/python/ops/
Daudio_microfrontend_op.py50 frame_stride=1, argument
110 right_context, frame_stride, zero_padding, out_scale, out_type)
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/
Daudio_microfrontend_op.cc84 int frame_stride; in __anon68ee72bf0102() local
85 TF_RETURN_IF_ERROR(ctx->GetAttr("frame_stride", &frame_stride)); in __anon68ee72bf0102()
95 ctx->Divide(num_frames, frame_stride, false, &num_frames)); in __anon68ee72bf0102()