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

  /external/v4l2_codec2/vda/
vp9_parser.h 129 return base_q_idx == 0 && delta_q_y_dc == 0 && delta_q_uv_dc == 0 &&
135 int8_t delta_q_uv_dc; member in struct:media::Vp9QuantizationParams
vp9_parser.cc 600 kDcQLookup[bit_depth_index][ClampQ(q_index + quant.delta_q_uv_dc)];
610 kDcQLookup[bit_depth_index][ClampQ(q_index + quant.delta_q_uv_dc)];
vp9_uncompressed_header_parser.cc 805 quants->delta_q_uv_dc = ReadDeltaQ();

Completed in 1066 milliseconds