Searched refs:frame_stride (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/aom_util/ |
D | debug_util.c | 90 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/ |
D | audio_microfrontend.cc | 35 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/ |
D | audio_microfrontend_op_test.py | 95 frame_stride=2) 138 frame_stride=2) 158 frame_stride=3,
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/python/ops/ |
D | audio_microfrontend_op.py | 50 frame_stride=1, argument 110 right_context, frame_stride, zero_padding, out_scale, out_type)
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/ |
D | audio_microfrontend_op.cc | 84 int frame_stride; in __anon888eebf60102() local 85 TF_RETURN_IF_ERROR(ctx->GetAttr("frame_stride", &frame_stride)); in __anon888eebf60102() 95 ctx->Divide(num_frames, frame_stride, false, &num_frames)); in __anon888eebf60102()
|